A collection of strange functions, for server


License
MIT
Install
npm install dr-server@0.3.0-dev.0

Documentation

@dr-js/node

most code merged to @dr-js/core

i:npm i:ci i:size i:npm-dev

A collection of strange functions, for node

  • 📁 source/
    • main source code, in output package will be:
      • @dr-js/node/library: for direct use, use require() / exports.*=
      • @dr-js/node/module: for re-pack, keep import / export and readability
  • 📁 source-bin/
    • bin source code, in output package will be @dr-js/node/bin
  • 📁 example/
    • some example (unsorted tests)
  • 📄 SPEC.md
    • list of all directly accessible codes, sort of API lockfile