0.0.16 • Published 4 years ago

@oneisland/module-packer v0.0.16

Weekly downloads
294
License
MIT
Repository
github
Last release
4 years ago

@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]
0.0.15

4 years ago

0.0.16

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago