Initial commit and implementation.
This commit is contained in:
14
hr.nimble
Normal file
14
hr.nimble
Normal 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"]
|
||||
Reference in New Issue
Block a user