Skip to content

zackify/React-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##React Generator

Pre release, don't actually try using this on real stuff please ;)

##Install

npm install reactg

###Usage

This is a very minimal generator right now. After installing, you can run do reactg component Testing or reactg Testing.

These both do the same thing, the second is just short hand. Later on I would like to add an reactg action Testing and allow you to choose what flux library you are using, along with setting an output path for actions and stores.

###reactg.json

You can specify default config variables in reactg.json. For now, there's only two options:

{
  "constructor": true,
  "extension": "jsx"
}
  • constructor: if you want constructors included when generating a component
  • extension: what extension to use when outputting your component

About

quickly create components and get to coding!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published