Skip to content

athif23/start-imba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  • Run tests with npm test or yarn 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.

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