https://github.com/bwhirring/snake
a tools for generate react webpack project
https://github.com/bwhirring/snake
nodejs webpack
Last synced: 8 months ago
JSON representation
a tools for generate react webpack project
- Host: GitHub
- URL: https://github.com/bwhirring/snake
- Owner: bWhirring
- License: mit
- Created: 2018-05-16T05:38:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T07:36:41.000Z (almost 8 years ago)
- Last Synced: 2025-03-18T13:57:50.918Z (over 1 year ago)
- Topics: nodejs, webpack
- Language: JavaScript
- Size: 151 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://semaphoreci.com/bwhirring/snake)
[](https://codeclimate.com/github/bWhirring/snake/test_coverage)
[](https://badge.fury.io/js/snake-demo)
## snake
`a tool for generation front project, includes react、typescript、express+inversify`
install
```
npm install -g snake-demo
```
Usage
```
snake init
```
API
init ``
```
snake init snake-demo
```
view ``
generate a react component at src/views, if hasn't views directory, it will create it
```
snake view Test
```