Skip to content

Commit

Permalink
Add module docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehw committed Dec 14, 2024
1 parent 6641973 commit 75229a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion advent-of-code/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
".": "./mod.ts",
"./gen": "./gen.ts"
},
"version": "0.1.7",
"version": "0.1.8",
"imports": {
"@eta-dev/eta": "jsr:@eta-dev/eta@^3.5.0",
"@std/path": "jsr:@std/path@^1.0.8",
Expand Down
5 changes: 5 additions & 0 deletions advent-of-code/gen.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/usr/bin/env -S deno run --allow-read=. --allow-write=.

/**
* This module is a cli tool to generate template solutions
* @module
*/

import { parseArgs } from "@std/cli";
import { Eta } from "@eta-dev/eta";
import { join } from "@std/path/join";
Expand Down

0 comments on commit 75229a3

Please sign in to comment.