An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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
```