omi/packages/omi-cli
xcatliu 38521c9116 Update manifest.json 2018-10-23 23:46:20 +08:00
..
bin ready for typescript template 2018-10-20 21:57:32 +08:00
lib standart code styling 2018-10-21 22:56:05 +03:00
template Update manifest.json 2018-10-23 23:46:20 +08:00
.eslintrc eslintrc (#93) 2018-10-22 12:39:56 +03:00
.gitignore standart code styling 2018-10-21 22:56:05 +03:00
.npmignore omi-cli 2018-10-19 08:04:39 +08:00
README.md standart code styling 2018-10-21 22:56:05 +03:00
package.json update version 2018-10-20 09:47:15 +08:00
yarn.lock omi-cli 2018-10-19 08:04:39 +08:00

README.md

CLI

$ npm i omi-cli -g               # install cli
$ omi init your_project_name     # init project, you can also exec 'omi init' in an empty folder
$ cd your_project_name           # please ignore this command if you executed 'omi init' in an empty folder
$ npm start                      # develop
$ npm run build                  # release

Cli's auto-created project scaffolding is based on a single-page create-react-app to be converted into a multi-page one, with configuration issues to see create-react-app user guide

License

This content is released under the MIT License.