rework-npm-cli

0.1.3 • Public • Published

rework-npm-cli

Use rework-npm from the command line.

Install

Globally:

npm install -g rework-npm-cli

Or as a development dependency:

npm install --save-dev rework-npm-cli

Usage

rework-npm source.css -o bundle.css

Example of piping to other commands:

rework-npm source.css | myth | cleancss -o bundle.css

Using the myth and clean-css modules.

Use css source maps

rework-npm source.css -m -o bundle.css

The --sourcemap option enables sourcemaps in the bundle.css file. It can be shortened to -m.

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i rework-npm-cli

    Weekly Downloads

    574

    Version

    0.1.3

    License

    BSD-2-Clause

    Last publish

    Collaborators

    • sethvincent