Pack and distribute npm library for local development
npm install -g packlib
Generate packlib config file in project root of the dependency library.
# Run this in the project root of the dependency library project.
packlib initPack the library module into a folder.
# Run in project root of the dependency library project.
packlib packDistribute the module to destination projects specified in packlib-config.js.
packlib distRemove the module from the destination projects specified in packlib-config.js.