💌 💓
Color-Genfile Cli is an npm package cli that helps you to generate different colors of your choice and generate it into a css or scss file for Html, Angular React etc.
- Install the package with For Global use
npm install -g color-genfileFor Project Only use
npm install color-genfile- Type command
npx cgf g -c -- To Start The CliOR
cgf g -c -- To Start The Cli- type the directory you want to create the file Make sure it is a working directory.
- To install and run the cli on Windows you have to
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine
Get-ExecutionPolicy -List
Scope ExecutionPolicy
----- ---------------
MachinePolicy Undefined
UserPolicy Undefined
Process Undefined
CurrentUser RemoteSigned
LocalMachine RemoteSignedon your Pwershel terminal, see windows documentations
- it will you will be be ask some questions read caefully and reply with Y and enter
<link rel="stylesheet" href="css/colors.css"> Instruction Cming Soon in your src/styles.css or .scss add @import url('assets/colors.css') Instruction Coming Soon <div class="bg-blue"> Background Color </div>
<p class="txt-blue">Text Color</p>- Blue
- Red
- Black
- Orange
- Yellow
- Purple
- Brown
- Green
- White
- Pink
- More Colors Loading.....
- Variables generator for colors
- generating of random colors