0.0.16 • Published 3 years ago

@oneisland/module-packer v0.0.16

Weekly downloads
294
License
MIT
Repository
github
Last release
3 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

3 years ago

0.0.16

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.5

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago