@nobrainerlabs/react-material-ui-cli
v0.1.3
Published
Nobrainer Labs React Material UI CLI
Downloads
2
Readme
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