csskit-cli

1.1.1 • Public • Published

csskit-cli

Command-line tool for working with csskit & other modular, functional css.

npm travis standard conduct

About

The csskit command-line tool is used for bundling css modules based on postcss and cssnano.

Install

npm install --save-dev csskit-cli

Usage

USAGE:
  csskit {command} [options]

COMMANDS:
  bundle     bundle up some css and its dependencies
  watch      same as bundle, watches css files for changes and rebundles
  help       show this help message

BUNDLE
  csskit bundle input.css > bundle.css

  Options:
    --minify, -m      minify using npmjs.com/cssnano
    --output, -o      specify an output file for the bundled css

WATCH
  csskit watch input.css > bundle.css

  Options:
    --minify, -m      minify using npmjs.com/cssnano
    --output, -o      specify an output file for the bundled css

HELP
  csskit help

Contributing

Contributions are welcome! Please read the contributing guidelines first.

Conduct

It is important that this project contributes to a friendly, safe, and welcoming environment for all. Read this project's code of conduct

Changelog

Read about the changes to this project in CHANGELOG.md. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Contact

License

ISC

Package Sidebar

Install

npm i csskit-cli

Weekly Downloads

11

Version

1.1.1

License

ISC

Last publish

Collaborators

  • sethvincent