Skip to content
/ darca Public

Dependency Assistent for Really Complex Applications

License

Notifications You must be signed in to change notification settings

StanlieK/darca

Repository files navigation

Dependency Assistant for Really Complex Applications

Requirements

  • npm >= 8

Installation

You can install darca globally:

npm install -g darca@latest

Or use it with npx:

npx darca

Usage

Usage: darca [options] [command]

Dependency Assistant for Really Complex Applications

Options:
  -V, --version                output the version number
  -r --registry
  -H --HELP                    display help for command

Commands:
  install|i [args...]          decorates `npm install` to use local registry
  publish [args...]            decorates `npm publish` to use local registry
  unpublish [args...]          decorates `npm unpublish` to use local registry
  retreat                      removes modified package.json files and retreats original ones
  clean-cache|clean [options]  cleans local registry
  start-server                 starts local registry (verdaccio) as a standolone server
  help [command]               display help for command

TODOs

  • add examples of usage
  • rewrite to TypeScript
  • add tests
  • create lockfiles from package-lock.json as well - it allows to boost installation speed, if we can use it

About

Dependency Assistent for Really Complex Applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published