1.0.0 ā€¢ Published 1 year ago

meta-performant-npm v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Build Status

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 git@github.com: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]