1.0.2 • Published 9 years ago

generator-suit v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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

1.0.2

9 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.5.0

10 years ago

0.4.0

12 years ago

0.3.0

12 years ago

0.2.0

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago