Commit Graph

50 Commits

Author SHA1 Message Date
Tristan B. Velloza Kildaire 5c1d865329 Test files
- Updated `t.pkg`
2024-05-05 13:57:32 +02:00
Tristan B. Velloza Kildaire d56392d85d Dubg
- Upgraded `niknaks` to at least version `0.16.0`
2024-05-04 10:57:27 +02:00
Tristan B. Velloza Kildaire 91c1e5e1ad InitCommand
- Set dependencies

Project

- Added support for dependencies
2024-04-28 15:56:24 +02:00
Tristan B. Velloza Kildaire 8e85087b4e Dub
- Upgraded niknaks

InitCommand

- Remove duplicate dependencies
2024-04-28 15:28:06 +02:00
Tristan B. Velloza Kildaire 41d782b699 Dub
- Upgraded `niknaks`

InitCommand

- Handle empty or EOF'd inputs for prompts
2024-04-28 15:03:31 +02:00
Tristan B. Velloza Kildaire 038080b4f3 Manager
- New module added
2024-04-27 15:16:11 +02:00
Tristan B. Velloza Kildaire db0c573a6c Dub
- Upgraded niknaks

App

- Added registry

Commands

- Registry field added
2024-04-27 15:15:56 +02:00
Tristan B. Velloza Kildaire df86ae07bd Commands
- Typo fix
2024-04-22 16:40:43 +02:00
Tristan B. Velloza Kildaire b4c1a72fe2 Doc gen
- Print timing statistics after and during generation
2024-04-22 12:29:59 +02:00
Tristan B. Velloza Kildaire b90d90412a Doc gen
- Show elapsed time
2024-04-22 12:19:48 +02:00
Tristan B. Velloza Kildaire 0b7197c5a6 Project
- Updated `.gitignore`
2024-04-22 11:35:25 +02:00
Tristan B. Velloza Kildaire 2ba2e72b94 Test files
- Added `t.pkg` and `mm.pkg`
2024-04-22 11:34:53 +02:00
Tristan B. Velloza Kildaire 9ddc7c51fc Commands
- Cleaned up
2024-04-21 11:38:34 +02:00
Tristan B. Velloza Kildaire 83c553df3b Commands
- Document generation on command line now works
2024-04-20 20:16:59 +02:00
Tristan B. Velloza Kildaire a6a6e0bff0 Comments
- Added initial code for performcing document generation on a given project descriptor
2024-04-20 20:10:22 +02:00
Tristan B. Velloza Kildaire 4bbada49a3 Project
- Added entrypoint and project type
2024-04-20 19:34:57 +02:00
Tristan B. Velloza Kildaire 0d1fc46920 COmmnads
- FIxed up `openProject(..., ...)`
2024-04-20 18:59:34 +02:00
Tristan B. Velloza Kildaire 097df237ca Project
- New serialization and deserialization methods
2024-04-20 18:59:01 +02:00
Tristan B. Velloza Kildaire 7191c9a3b2 Commands
- Added initial code for command-line usage
2024-04-20 10:45:17 +02:00
Tristan B. Velloza Kildaire afafcd9dd2 Doc gen
- API update
2024-04-17 20:57:52 +02:00
Tristan B. Velloza Kildaire 1953fe3d6f Doc gen
- Handle cases where no `Comment` is available on the current `Function` (i.e. it is `null` when `getComment()` is called on it)
2024-04-17 12:25:47 +02:00
Tristan B. Velloza Kildaire bdc2a8fe4b Doc gen
- Added `s`
2024-04-16 21:35:02 +02:00
Tristan B. Velloza Kildaire 7db90c3769 Doc gen
- Refactored out
2024-04-16 21:21:37 +02:00
Tristan B. Velloza Kildaire e34198cc71 Doc gen
- Wrap preformatted text
2024-04-16 20:57:34 +02:00
Tristan B. Velloza Kildaire f2f64578a7 Doc gen
- Added document generation for `@return`
2024-04-16 20:49:33 +02:00
Tristan B. Velloza Kildaire 281a4ebfa2 Doc gen
- Added parameter documentation handling
2024-04-16 19:12:05 +02:00
Tristan B. Velloza Kildaire dd818212db Doc gen
- Added a note about variables which are marked as `extern`
2024-04-16 08:39:01 +02:00
Tristan B. Velloza Kildaire e619cd7a6a Doc gen
- Variables should be placed within a block
2024-04-16 08:36:34 +02:00
Tristan B. Velloza Kildaire 62c498a66d Doc gen
- Generate variable defintion blocks
2024-04-16 08:35:47 +02:00
Tristan B. Velloza Kildaire 5237176113 Doc gen
- Extracts out comments now for functions
2024-04-16 08:28:31 +02:00
Tristan B. Velloza Kildaire 5c7cc46c4c Doc gen
- Generate parameter table
2024-04-15 20:04:43 +02:00
Tristan B. Velloza Kildaire c13116880c Doc gen
- Neastened up
2024-04-15 19:08:03 +02:00
Tristan B. Velloza Kildaire b9c3f1e513 Doc gen
- Added navbar generation
2024-04-15 19:01:13 +02:00
Tristan B. Velloza Kildaire 1d1c45dd78 Doc gen
- Added CSS
2024-04-15 18:22:47 +02:00
Tristan B. Velloza Kildaire dd0924fef5 Doc gen
- Added function block generation
2024-04-15 17:47:34 +02:00
Tristan B. Velloza Kildaire dbc6c3bdf4 Doc Gen
- Now generates module pages
2024-04-15 14:26:32 +02:00
Tristan B. Velloza Kildaire 93e04eefca Updated `.gitignore` 2024-04-15 14:26:24 +02:00
Tristan B. Velloza Kildaire 20787ac045 Doc Gen
- Added file paths to modules
2024-04-15 14:13:26 +02:00
Tristan B. Velloza Kildaire 6e42a1fb69 DocumentGenerator
- Added initial work on the document generator
2024-04-15 14:04:54 +02:00
Tristan B. Velloza Kildaire 6533d18010 Project
- Added TODO
2024-04-15 14:04:41 +02:00
Tristan B. Velloza Kildaire 4f94b02c9e - Updated .gitignore 2024-04-15 14:04:26 +02:00
Tristan B. Velloza Kildaire b048987fd8 Init command
- Added initial command
2024-04-15 11:22:50 +02:00
Tristan B. Velloza Kildaire e1028a4fe2 Project
- Added support for initial JSON serialization and deserialization
2024-04-15 11:16:22 +02:00
Tristan B. Velloza Kildaire ccb1b1734e
Create README.md 2024-04-15 11:01:50 +02:00
Tristan B. Velloza Kildaire 07dfdcbc88 Commands
- Added import
2024-04-15 10:51:12 +02:00
Tristan B. Velloza Kildaire 144f94f723 igtignore
- Updated `.gitignore`
2024-04-15 10:51:08 +02:00
Tristan B. Velloza Kildaire 432c508207 Dub
- Added `niknaks` version `0.11.0` (at least)
2024-04-15 10:50:55 +02:00
Tristan B. Velloza Kildaire f0e57f63bc Code
- Uploaded some initial code
2024-04-14 14:26:59 +02:00
Tristan B. Velloza Kildaire 62ca19f927 Dub
- Added initial configuration
2024-04-14 13:21:06 +02:00
Tristan B. Velloza Kildaire a2f741545d Initial commit
- Added `.gitignore`
2024-04-14 13:20:40 +02:00