meta-performant-npm
v1.0.0
Published
pnpm plugin for meta
Downloads
7
Maintainers
Readme
meta-pnpm
pnpm plugin for meta
Using meta pnpm link && meta pnpm link --all
enables a lerna-like experience for local development by creating symlinks so each project uses the development version of any other project in the meta repo:
For example, meta itself is developed in this way:
# install meta
pnpm i -g meta
# clone and enter the meta repo
meta git clone [email protected]:mateodelnorte/meta.git
cd ./meta
# install plugins
pnpm install
# run install for all child repos
meta pnpm install
# create symlinks to/from all child repos
meta pnpm link --all
# link meta itself globally
pnpm link
Usage
➜ meta pnpm
Usage: meta-pnpm [options] [command]
Options:
-h, --help output usage information
Commands:
clean delete the node_modules folder in meta and child repositories
install pnpm install meta and child repositories
link [--all] pnpm link child repositories where used within child and meta repositories
outdated check outdated dependencies in meta and child repositories
publish pnpm publish meta and child repositories
run pnpm run commands against meta and child repositories
symlink directly symlink meta and child repositories without using global pnpm link
help [cmd] display help for [cmd]