dr-js / dr-node

A collection of strange functions, for node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

About

A collection of strange functions, for node

License:MIT License


Languages

Language:JavaScript 100.0%