Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.12 KB

readme.md

File metadata and controls

27 lines (19 loc) · 1.12 KB

Deprecated

This is the original repository for the offical docs for the luvit api.
Please contribute upstream at https://github.com/luvit/luvit-docs That fork is maintained and deploys to the luvit docs site.

Luvit Documentation

Much needed docs for Luvit. The build system and scaffolding is straight up ripped out of node.js.
Therefore you will need node.js installed to make these docs.

  • Clean generated documentation -> make docclean
  • Generate documentation -> make doc
  • Open docs in Chrome on OSX or Linux -> make docopen

Simply running make will run the above tasks in the specified order.

Todo

These docs are a skeleton at the moment. My goal is to begin by at least indexing the functions available to Luvit users to save a little time reading through the source code.
PRs, suggestions, issues, bug/mistake reports are very welcome.

  • Add more code examples (There's some examples in the luvit repo under examples)
  • Expand on method/class/func defintions and their purposes
  • Change code rendering from js to lua
  • Rewrite doc generation pipe in lua/luvit?