0.0.1 • Published 6 years ago

@friendsof/roll v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

@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