kos-cli
v0.0.2
Published
Auto generate kos project template
Readme
To start a new KOS project in command line:
1. Install kos-cli:
- npm install kos-cli -g
2. Initial your kos project, and then configrate it following the wizard:
cd /path/to/your/repo
kos init
projectName// init a project with 'projectName', you can changeprojectNameas you need.
3. Open your project and ready to be a more happyer react developer ;-)
- help link:
homepage: https://github.com/ali-kos
kos doc: https://github.com/ali-kos/kos-docs
kos core: https://github.com/ali-kos/kos
4. Following to do:
- [ ] Mobile in Javascript
- [ ] Mobild in Typescript
