Skip to content

luvit/luvit-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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?

About

Documentation for the luvit api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%