seed-cli

0.3.2 • Public • Published

seed-cli npm version

CLI for Seed CSS

Install

npm install seed-cli -g

Features

  • Easy to create new Seed add-on packs
  • Generate component/object/scope/test/utility .scss code
  • Lint your .scss!
  • Test your .scss!!!

Usage

Usage:
  seed <command>

Commands:
  n, new          Creates a new Seed pack
  g, generate     Creates a new .scss module (component/object/scope/test/utility)

Options:
  -c, --config    Custom sass-lint config (.yml)
  -i, --ignore    Ignore files for linting/testing
  -l, --lint      Initialize .scss lint (powered by sass-lint)
  -t, --test      Initialize tests (powered by mocha + sass-true)

Testing

You can test your .scss code by executing:

seed --test

However, if you're on Node v4, you will have to npm install sass-true --save-dev in your project.

Thanks

Many thanks to Ember CLI and tachyons for their inspiration!

Package Sidebar

Install

npm i seed-cli

Weekly Downloads

12

Version

0.3.2

License

MIT

Last publish

Collaborators

  • itsjonq