1.0.6 • Published 6 years ago

unimed-cli-react v1.0.6

Weekly downloads
17
License
MIT
Repository
-
Last release
6 years ago

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

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago