blix
v1.6.3
Published
Yeoman on steroids: quickly create a multitude of Javascript applications from scratch and automate tasks with hackable scrips or add scripts and tools to existing projects.
Downloads
11
Maintainers
Readme
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.
Installation
System requirements: Blix requires Node version 8 or above.
To install Blix globally:
npm install -g blix
# OR
yarn global add blix
Blix commands:
blix new
blix add
blix scripts
blix generate | g
blix notes
blix do
blix help
blix version | -v
Quick Start: Build a new project from scratch:
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:
[Add Redux/React-Router to Create-React-App](https://www.blixjs.com/guide/examples/add-redux-and-react-router-to-create-react-app.html