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

generator-suit

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-suit

Generator for scaffolding out a SUIT component or utility

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

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

generator-suit NPM version Build Status Dependency Status

SUIT package generator

A Yeoman generator for SUIT packages.

Installation

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

npm install -g yo
npm install -g generator-suit

Make a new directory, and cd into it:

mkdir suit-my-component && cd $_

Now scaffold out a SUIT package using the yo command (and optionally passing a name for your module):

yo suit my-component

Generator

Generates the boilerplate you need for a simple SUIT component.

Example:

yo suit my-component

Produces:

.
├── .gitignore
├── .stylelintrc
├── .travis.yml
├── CHANGELOG.md
├── index.css
├── LICENSE.md
├── package.json
├── README.md
├── lib/my-component.css
├── test/config.json
├── test/index.html
└── test/test.css

License

MIT

Keywords

FAQs

Package last updated on 07 Jun 2016

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