Skip to content

ikmich/packlib

Repository files navigation

packlib

Pack and distribute npm library for local development

Installation

npm install -g packlib

Commands

init

Generate packlib config file in project root of the dependency library.

# Run this in the project root of the dependency library project.
packlib init

pack

Pack the library module into a folder.

# Run in project root of the dependency library project.
packlib pack

dist

Distribute the module to destination projects specified in packlib-config.js.

packlib dist

unlink-dist

Remove the module from the destination projects specified in packlib-config.js.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published