0.0.1 • Published 7 years ago

polymer-style-factory v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Polymer Style Factory

Simple CLI application to convert SASS into Polymer Shared Style Modules

Install

$ npm install -g polymer-style-factory

Usage

Usage:
  psf.js [OPTIONS] <command> [ARGS]

Options:
  -i, --input [STRING]   The input dir which contains the SASS files.
  -o, --output [STRING]  The output directory for the compiled SASS files.
  -e, --eq BOOLEAN       Use same output dir as input dir for compilation.
  -h, --help             Display help and usage details

Commands:
  compile

DOCS COMING SOON