0.3.0 • Published 6 years ago
start-imba v0.3.0
Start Imba
A generator to create a new Imba project easily, don't need to configure anything, you just need to focus built the app.
Ideas comes from create-react-app and vue-cli.
Install
$ npm install -g start-imbaOr if you have installed it and using
>=0.2.0you can just runstart-imba updateto update to the latest version.
Usage
- To make new project, just type
start-imba <project-name>. Use--use-npmto install using npm. - Select a few options, and done.
See docs for the complete list.
How to contribute:
- Run
git clone https://github.com/athif23/start-imba.git - Install the dependencies
cd start-imba && npm install - Link the app
npm linkoryarn link, so you can test it.
Go check out gluegun, to know more about the CLI.
If you find any issue with the app, feels free to file a new issue.
Things to do:
- Add gif example to show what the real app looks like.
- Add more feature like create-react-app or vue-cli.
License
MIT - see LICENSE