unimed-cli-react
v1.0.6
Published
uni CLI
Downloads
3
Readme
Overview
A CLI to help the developers create Components and Pages
Install
run: yarn global add unimed-cli-react
Commands
- HELP: uni -h
- VERSION: uni -v
- CREATE NEW COMPONENT: uni generate:component ComponentName
- CREATE NEW PAGE: uni generate:page PageName
- CREATE NEW CONTROLLER: uni generate:controller ControllerName
Customizing your CLI
Check out the documentation at https://github.com/infinitered/gluegun/tree/master/docs.
Publishing to NPM
To package your CLI up for NPM, do this:
$ npm login
$ npm whoami
$ npm lint
$ npm test
(if typescript, run `npm run build` here)
$ npm publish
License
MIT - see LICENSE