New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

generator-rim-es6-component

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-rim-es6-component

Creates an es6 component based on the RimDev component template

  • 1.2.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

RimDev ES6 component generator

Build status npm version npm downloads

Install the generator and yeoman via NPM

npm install -g yeoman-generator generator-rim-es6-component

Run the generator, move into the directory, and start the project. The generator will automatically install your dependencies unless you choose to skip it (--skip-install). You may choose to use yarn instead of npm for the installation by using the --yarn argument.

yo rim-es6-component [app-name] [--yarn] [--skip-install]
cd [app-name]
npm start

If you navigate to /src/[app-name].js, you'll find your component class. There will be a commented section: /* Implement Component Logic Here Via tmpClone */, where you can start your component.

If you are having issues please refer to our blog post

Keywords

FAQs

Package last updated on 01 Mar 2017

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