Skip to content

oneislandearth/module-packer

Repository files navigation

@oneisland/module-packer

Quick and easy packaging of libraries and modules

Installation

Install the package via npm

npm install @oneisland/module-packer

Usage

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]

About

Quick and easy packaging of libraries and modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published