yalc

Work with yarn/npm packages locally like a boss

Subcommands

NameDescription
publishCopy all the files that should be published in remote NPM registry
pushPublish your package to the store and propagate all changes to existing yalc package installations
addCopy the current version from the store to your project
linkAlterative to 'add', instead using local '.yalc' as symlink source
updateUpdate package(s)
removeRemove package info from 'package.json' & 'yalc.lock'
installations
dirShow yalc system directory
checkCheck 'package.json' for yalc packages
restoreRestore retreated packages
retreatRemove packages from project, but leave in lock file (to be restored later)

Options

NameDescription
--helpShow help for yalc
--no-colorsDisable colors
--quietFully disable output (except errors)