0.2.1 • Published 6 years ago

generator-sentry v0.2.1

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

generator-sentry NPM version Dependency Status

Generate a sentry UI component

Installation

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

npm install -g yo
npm install -g generator-sentry

When inside of your sentry development directory, you can generate your new react component (and jest test, and storybook doc):

yo sentry:component ComponentName

By default this creates a new React class using createClass. You can also generate a es6 or pure component by using the --type option.

yo sentry:component ComponentName --type es6

License

BSD-3-Clause © Sentry

0.2.1

6 years ago

0.2.0

6 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago