0.3.0 • Published 2 years ago

@produck/charon v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

charon

TODO: description

Specification

  • Each function name MUST use camel identifier
  • One file, one function, one jsdoc annotation
  • File names is their exported function name
  • Directory names is namespaces & category, <namespace>/index.js
  • Aliases asigned in <namespace>/index.js
  • Document annotations conforms to usage

Usage

const charon = require('charon');

// TODO: DEMONSTRATE API