0.1.1 • Published 8 years ago

generator-tb-component v0.1.1

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
8 years ago

generator-tb-component NPM version Build Status Dependency Status Coverage percentage

Generates a React component in a directory along with styles (scss), optional Relay wrapper, and optional examples file to be used with react-styleguidist

Installation

First, install Yeoman and generator-tb-component using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-tb-component

Then generate your new component:

yo tb-component ComponentName [src//parent/directory]

If you don't include a path as the second argument, the component directory will be created in the current working directory.

License

BSD-3-Clause © Idris Mokhtarzada

0.1.1

8 years ago

0.1.0

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago