Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-sentry

Package Overview
Dependencies
Maintainers
9
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-sentry

Generate a sentry UI component

  • 0.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
9
Weekly downloads
 
Created
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

Package last updated on 30 Jan 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc