1.0.6 • Published 4 years ago

unimed-cli-react v1.0.6

Weekly downloads
17
License
MIT
Repository
-
Last release
4 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

4 years ago

1.0.5

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago