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

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

Awesome Lists containing this project

README

          

[![Build Status](https://semaphoreci.com/api/v1/bwhirring/snake/branches/master/badge.svg)](https://semaphoreci.com/bwhirring/snake)
[![Test Coverage](https://api.codeclimate.com/v1/badges/774cf469a2a812837ca3/test_coverage)](https://codeclimate.com/github/bWhirring/snake/test_coverage)
[![npm version](https://badge.fury.io/js/snake-demo.svg)](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
```