@ikmich/packlib

1.1.4-alpha • Public • Published

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.

Package Sidebar

Install

npm i @ikmich/packlib

Weekly Downloads

0

Version

1.1.4-alpha

License

MIT

Unpacked Size

18.2 kB

Total Files

11

Last publish

Collaborators

  • ikmich