Initial commit and implementation.

This commit is contained in:
2025-12-19 11:36:34 -06:00
commit 0f40bc9ae4
3 changed files with 60 additions and 0 deletions

14
hr.nimble Normal file
View File

@@ -0,0 +1,14 @@
# Package
version = "0.1.0"
author = "Jonathan Bernard"
description = "Simple CLI utility to print a horizontal rule with an optional header"
license = "MIT"
srcDir = "src"
bin = @["hr"]
# Dependencies
requires "nim >= 2.2.6"
requires @["cliutils >= 0.11.0", "docopt"]