Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.12 KB

@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