https://github.com/zevross/lib-react-generate-cli-templates
https://github.com/zevross/lib-react-generate-cli-templates
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zevross/lib-react-generate-cli-templates
- Owner: zevross
- Created: 2023-01-21T19:41:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T19:22:44.000Z (about 2 years ago)
- Last Synced: 2024-08-13T07:17:32.785Z (8 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - zevross/lib-react-generate-cli-templates - (TypeScript)
README
# lib-react-generate-cli-templates
## Install generate-react-cli
```
~~npm i -g generate-react-cli~~
#NOW just run from npx!
npx generate-react-cli component MbxMap
```## Add a config file to your project
Select one of the *.json from /configs to add to the root of your project## Add this lib to your project
```
npm i -D github:zevross/lib-react-generate-cli-templates
#or
npm i -D https://github.com/zevross/lib-react-generate-cli-templates
```