/node-stdpkg

Primary LanguageJavaScript

stdpkg

WARNING under construction

  • cli
  • api (currently JS & C)
  • package management

...

the standard package pattern

Splitting up large codebases into separate independently versioned packages is extremely useful for code sharing. However, making changes across many repositories is messy and difficult to track, and testing across repositories gets complicated really fast.

Depenency tree hell...

TODO...

usage

stdpkg cli

TODO...

std/ directory

TODO...

pkg/ directory

TODO...

.pkg.js file

replaces .npmrc, a bit of context:

TODO...

Related

editions