Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T21:31:36.000Z (9 months ago)
- Last Synced: 2024-06-20T11:15:13.851Z (7 months ago)
- Topics: gluegun, imba, imba-cli, parcel, start-imba, webpack
- Language: JavaScript
- Homepage:
- Size: 52.4 MB
- Stars: 22
- Watchers: 4
- Forks: 0
- Open Issues: 34
-
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
[![License](https://img.shields.io/github/license/athif23/start-imba?style=flat-square)](https://github.com/athif23/start-imba/blob/master/LICENSE) [![Downloads](https://img.shields.io/npm/dm/start-imba?style=flat-square)](https://www.npmjs.com/package/start-imba) [![Code Size](https://img.shields.io/github/languages/code-size/athif23/start-imba?style=flat-square)](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)