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.0
you can just runstart-imba update
to update to the latest version.
- To make new project, just type
start-imba <project-name>
. Use--use-npm
to 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 link
oryarn link
, so you can test it. - Run tests with
npm test
oryarn 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