0.2.0 • Published 8 months ago

darca v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

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
0.2.0

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago