1.0.8 • Published 8 years ago

reactgen v1.0.8

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

reactgen

Generate React component

Requirements

  • Node >= 5.0.0

Installation

npm install reactgen -g

Usage

reactgen <filename> <directory> [option]

Example

reactgen AwesomeFile awesome -C

Options:

-P, --presentational  Create inline function component
-C, --container       Create class-based component

Default Path

You can set your default root path by creating .env file in your root directory and add REACTGEN_DEFAULT_ROOT_PATH = 'your/path'

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago