New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

generator-particlecss

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-particlecss

Generator for scaffolding out a PARTICLE component or utility (based on generator-suit)

latest
Source
npmnpm
Version
0.3.0-alpha
Version published
Maintainers
1
Created
Source

generator-particle

NPM version Build Status Dependency Status

PARTICLE package generator

A Yeoman generator for particle packages.

Installation

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

npm install -g yo
npm install -g generator-particlecss

Make a new directory, and cd into it:

mkdir particle-my-component && cd $_

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

yo particlecss my-component

Generator

Generates the boilerplate you need for a simple PARTICLE component.

Example:

yo particlecss 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

yeoman-generator

FAQs

Package last updated on 05 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