kriasoft/react-firebase-starter

Commands for generate

Open

#104 opened on Jul 10, 2016

View on GitHub
 (4 comments) (1 reaction) (0 assignees)JavaScript (4,475 stars) (773 forks)batch import
enhancementhelp wantedready

Description

I think is important makes life easier, a generate component tool can be a awesome feature.

For example:

$ react-static-boilerplate component MyComponent

.
├── /components/                # Shared or generic UI components
│   └── /MyComponent   #New Component
│       └── /Files              # etc.

$ react-static-boilerplate page MyPage

Contributor guide