most code merged to
@dr-js/core
A collection of strange functions, for node
- 📁 source/
- main source code, in output package will be:
@dr-js/node/library
: for direct use, userequire() / exports.*=
@dr-js/node/module
: for re-pack, keepimport / export
and readability
- main source code, in output package will be:
- 📁 source-bin/
- bin source code, in output package will be
@dr-js/node/bin
- bin source code, in output package will be
- 📁 example/
- some example (unsorted tests)
- 📄 SPEC.md
- list of all directly accessible codes, sort of API lockfile