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.
$ npm install -g start-imba
Or if you have installed it and using
>=0.2.0you can just runstart-imba updateto update to the latest version.
- 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.
- 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. - Run tests with
npm testoryarn test
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.
- Add gif example to show what the real app looks like.
- Add more feature like create-react-app or vue-cli.
MIT - see LICENSE