Skip to content

Commit

Permalink
adding scaffolds
Browse files Browse the repository at this point in the history
  • Loading branch information
clpi committed Nov 16, 2024
1 parent 02838e9 commit 5090303
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/dorm.txt → doc/dorm.lua.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*dorm.txt* dorm.lua
*dorm.lua.txt* dorm.lua

Author: Chris Pecunies

Expand All @@ -19,6 +19,8 @@ TODO *dorm-todo

- [ ] Separate commands and mods `(11/15 22:43)`
- [ ] Docgen `(11/15 22:43)`
- [ ] Easy linking of files by title, and easy colloqial hierarchy `(11/1522:43)`
- [ ] Easy tagging of tracked todos, easy disparate categ. of todos

LINKS *dorm-links*
================================================================================
Expand Down
2 changes: 2 additions & 0 deletions dorm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name: dorm.lua
publish: false
1 change: 1 addition & 0 deletions lua/dorm/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
local dorm = {
callbacks = require("dorm.util.callback"),
config = require("dorm.config"),
ui = require("dorm.ui"),
log = require("dorm.util.log"),
mod = require("dorm.mod"),
utils = require("dorm.util"),
Expand Down
Empty file added lua/dorm/mod/README.md
Empty file.
Empty file added lua/dorm/mod/media/module.lua
Empty file.
Empty file added lua/dorm/mod/pick/module.lua
Empty file.
Empty file added lua/dorm/mod/track/module.lua
Empty file.
Empty file added lua/dorm/mod/web/init.lua
Empty file.
Empty file added lua/dorm/ui/init.lua
Empty file.

0 comments on commit 5090303

Please sign in to comment.