@friendsof/roll
v0.0.1
Published
"Zero config" compiler for JS & CSS.
Downloads
6
Readme
@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