1.1.4-alpha • Published 5 months ago

@ikmich/packlib v1.1.4-alpha

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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.