Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 302 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 302 Bytes

Notes to contributors

  • Target the 'experimental' branch
  • Use 4 spaces for indent
  • Use UNIX-style line ending
  • Use UTF-8 without BOM
  • Use a javascript linter
  • Use single quotes for strings

Generate the API doc

npm -g install documentation
documentation build src -f html -o api