For documentation + guides visit our website
Blix Cli is a multi use tool for
- Creating applications
- Adding tools to existing applications
- Automating common tasks
- Generating custom files
- Enchancing developer productivity.
Blix works to provide a pleasant, rapid development experience by leveraging convention + configuration.
Currently Blix focuses on Javasript projects - React, Vue, Express, etc. But in the future expect it to expand to much more.
System requirements: Blix requires Node version 8 or above.
To install Blix globally:
npm install -g blix
# OR
yarn global add blix
blix new
blix add
blix scripts
blix generate | g
blix notes
blix do
blix help
blix version | -v
To create a new project with Blix without installing it you can use npx to try it out!
npx blix new
You will then be prompted on what you need for your new project.
For more in-depth walkthroughs check out these quick start examples on our website: