0.1.3 • Published 5 years ago

@nll/schematics-react v0.1.3

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
5 years ago

To Use

Install as schematics-react and schematics-cli globally:

npm i -g @angular-devkit/schematics-cli @nll/schematics-react

Run the commands manually (path defaults to /src/components):

schematics @nll/schematics-react:component --name=MyNewComponent --path=/src/my/custom/components

Or add the following script to your package.json file:

"c": "schematics @nll/schematics-react:component",
"p": "schematics @nll/schematics-react:component --path=src/pages",

And then the commands becomes:

npm run c -- --name=MyNewComponent

npm run p -- --name=MyNewPage
0.1.3

5 years ago

1.0.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago