Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 771 Bytes

todo.md

File metadata and controls

30 lines (23 loc) · 771 Bytes

TODOs

Diataxis

Follow diataxis framework: Create tutorials, guides etc.

Subdomains?

Patching the documentation to exist under /rust-doc is very bloody difficult but we have to figure it out (mostly because the links aren't relative and backflip whenever it feels like it). We could make a subdomain but that'll end up being complicated if we use github pages.

General Plans

Make tutorial on how to develop a CLI app using lux.

  • Introduction
  • Getting started
  • Creating a Project
  • Adding Dependencies
  • Making the CLI application
  • Testing the application
  • Preparing our code
    • Formatting the current document
    • Running luacheck
  • Publishing to luarocks.org
    • Setting up an API key
    • Running lux upload