A tints and shades generator built using Electron and LitElement.
The main feature of this app is to generate tints and shades of a specific color. And it comes with other cool features like:
You can check the latest release of this app or download from the list below:
- Portable Executable
- EXE setup file (Blockmap)
- 32-bit MSI installation file
- 64-bit MSI installation file
- App image
- App image for i386
- DEB file for amd64
- DEB file for i386
- RPM file for i686
- RPM file for x68 (64-bit)
Below shows some basic setup steps.
This project is developed using Node.js 12. The version is already specified in the .nvmrc
file. Suggest to run nvm use
when you enter the project folder.
Install yarn packages in project root folder first using yarn install
.
Run yarn start
in project root folder.
Run yarn package
in the project root folder to create package for macOS, Linux and Windows. All the output files can be found in ./build-packages
folder.
To create package for each individual platforms:
- macOS:
yarn package:mac
- Linux:
yarn package:linux
- Windows:
yarn package:windows
Run yarn test
in the project root folder.
Run yarn lint
in the project root folder to start a ESLint checking.
Run yarn lint:lit-analyzer
in the project root folder to run Lit Analyzer.
Run analyze:web
in the project root folder.
Run yarn release
in the project root folder.
To skip bumping version number on first release, run yarn first-release
in the project root folder
To add or modify any existing alias, please modify all the files listed below:
.eslintrc
tsconfig.json
webpack/webpack.base.conf.js