Skip to content

Commit

Permalink
niknaks.meta
Browse files Browse the repository at this point in the history
- Updated doc

Package

- Added `niknaks.meta`

README

- Updated
  • Loading branch information
deavmi committed Oct 16, 2024
1 parent 4b1451a commit 93ea69c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ is expected to grow over time.
* Configuration entries and management
* `niknaks.text`
* Textual manipulation routines
* `niknaks.meta`
* Template-oriented helper routines

## License

Expand Down
4 changes: 3 additions & 1 deletion source/niknaks/meta.d
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/**
* Template-oriented routiens
* Template-oriented routines
*
* Authors: Tristan Brice Velloza Kildaire
*/
module niknaks.meta;

Expand Down
7 changes: 6 additions & 1 deletion source/niknaks/package.d
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,9 @@ public import niknaks.config;
/**
* Text manipulation
*/
public import niknaks.text;
public import niknaks.text;

/**
* Template-oriented routines
*/
public import niknaks.meta;

0 comments on commit 93ea69c

Please sign in to comment.