Skip to content
This repository has been archived by the owner on May 6, 2019. It is now read-only.

Latest commit

 

History

History
45 lines (33 loc) · 1.19 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.19 KB

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!