@friendsof/roll

0.0.1 • Public • Published

@friendsof/roll

"Zero config" compiler for JS & CSS.

Usage

Install globally:

npm i @friendsof/roll -g

# build
roll src/index.js dist/index.js

# watch
roll src/index.js dist/index.js -w

Or per project:

npm i @friendsof/roll --save-dev

# build
./node_modules/.bin/roll src/index.js dist/index.js

# watch
./node_modules/.bin/roll src/index.js dist/index.js -w

# package.json
{
  "scripts": {
    "build": "roll src/index.js dist/index.js",
    "watch": "roll src/index.js dist/index.js -w",
  }
}

License

MIT License © Friends of Friends

Readme

Keywords

none

Package Sidebar

Install

npm i @friendsof/roll

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

7.29 kB

Total Files

5

Last publish

Collaborators

  • estrattonbailey
  • iamkevingreen