Quick and easy packaging of libraries and modules
Install the package via npm
npm install @oneisland/module-packer
Setup a new library or module
module-packer init [name]
Package up a library or module using webpack
module-packer build [webpack-cli-flags]
Package up and watch a library or module using webpack -w
module-packer watch [webpack-cli-flags]
Package up and serve a library or module using webpack serve
module-packer serve [webpack-cli-flags]
Execute any tests defined in the libary or module using ava
module-packer test [ava-flags]