0.1.3 • Published 3 years ago

@nobrainerlabs/react-material-ui-cli v0.1.3

Weekly downloads
-
License
Nobrainer Labs
Repository
-
Last release
3 years ago

react-material-ui-cli

CLI for migrating existing projects that have locally stored components to use the @nobrainerlabs/react-material-ui library.

Development

Open a terminal window and run:

$ cd packages/react-material-ui-cli
$ yarn start

Open another terminal window and run to make the CLI globally available.

$ cd packages/react-material-ui-cli
$ npm link

On a consuming project (i.e. FIT Cloud repo) you can run the CLI by navigating to the project's root where tsconifg.json is located and running:

$ cd path/to/project/with/tsconfig
$ react-material-ui
0.1.3

3 years ago