all repos — hastyscribe @ ede8ef6dc0bed1a0564b8a7740e7857619a64f57

A professional markdown compiler.

Testing nimble installation.
h3rald h3rald@h3rald.com
Sun, 21 Oct 2018 12:54:21 +0200
commit

ede8ef6dc0bed1a0564b8a7740e7857619a64f57

parent

84c64f2b50c51d268e85b7f81d55988511b4fc77

1 files changed, 6 insertions(+), 1 deletions(-)

jump to
M hastyscribe.nimblehastyscribe.nimble

@@ -19,10 +19,15 @@ license = "MIT"

bin = @["hastyscribe"] srcDir = "src" -requires "nim >= 0.19.0" +requires "nim >= 0.19.0", "nifty" before install: exec "nifty install" + +after install: + installDirs.add "packages" + installDirs.add "doc" + installDirs.add "src" # Tasks