https://github.com/athif23/start-imba
A generator to create new imba project faster.
https://github.com/athif23/start-imba
gluegun imba imba-cli parcel start-imba webpack
Last synced: about 19 hours ago
JSON representation
A generator to create new imba project faster.
- Host: GitHub
- URL: https://github.com/athif23/start-imba
- Owner: athif23
- License: mit
- Created: 2018-12-07T02:23:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T10:04:38.000Z (8 months ago)
- Last Synced: 2024-11-16T01:16:02.547Z (6 months ago)
- Topics: gluegun, imba, imba-cli, parcel, start-imba, webpack
- Language: JavaScript
- Homepage:
- Size: 52.5 MB
- Stars: 22
- Watchers: 4
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-imba - Start Imba - Tool to bootstrap an Imba protect that was inspired by Create React App and Vue CLI. (Resources)
README
# Start Imba
[](https://github.com/athif23/start-imba/blob/master/LICENSE) [](https://www.npmjs.com/package/start-imba) [](https://github.com/athif23/start-imba/)
A generator to create a new [Imba](https://github.com/imba/imba) project easily, don't need to configure anything, you just need to focus built the app.
Ideas comes from [create-react-app](https://github.com/facebook/create-react-app) and [vue-cli](https://github.com/vuejs/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 `. Use `--use-npm` to install using npm.
- Select a few options, and done.> See [docs](docs/commands.md) 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](https://infinitered.github.io/gluegun/), to know more about the CLI.
> If you find any issue with the app, feels free to file a [new issue](https://github.com/athif23/start-imba/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc).
#### 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](LICENSE)