0.3.0 • Published 5 years ago

start-imba v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Start Imba

License Downloads Code Size

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-imba

Or if you have installed it and using >=0.2.0 you can just run start-imba update to update to the latest version.

Usage

  • 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.

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 link or yarn 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

0.3.0

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago