Socket
Socket
Sign inDemoInstall

generator-sentry

Package Overview
Dependencies
178
Maintainers
9
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    generator-sentry

Generate a sentry UI component


Version published
Weekly downloads
0
decreased by-100%
Maintainers
9
Install size
11.5 MB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 30 Jan 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc