dr-server

A collection of strange functions, for server

Usage no npm install needed!

<script type="module">
  import drServer from 'https://cdn.skypack.dev/dr-server';
</script>

README

@dr-js/node

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 an API lockfile