yalc
Work with yarn/npm packages locally like a boss
Subcommands
Name | Description |
---|---|
publish | Copy all the files that should be published in remote NPM registry |
push | Publish your package to the store and propagate all changes to existing yalc package installations |
add | Copy the current version from the store to your project |
link | Alterative to 'add', instead using local '.yalc' as symlink source |
update | Update package(s) |
remove | Remove package info from 'package.json' & 'yalc.lock' |
installations | |
dir | Show yalc system directory |
check | Check 'package.json' for yalc packages |
restore | Restore retreated packages |
retreat | Remove packages from project, but leave in lock file (to be restored later) |
Options
Name | Description |
---|---|
--help | Show help for yalc |
--no-colors | Disable colors |
--quiet | Fully disable output (except errors) |