all repos — hastyscribe @ 26a584b865ebdcb36e4dc8f35b6057ccd8ce2ebf

A professional markdown compiler.

Testing nimble support.
h3rald h3rald@h3rald.com
Sun, 21 Oct 2018 15:59:57 +0200
commit

26a584b865ebdcb36e4dc8f35b6057ccd8ce2ebf

parent

ed1d2592e74bebcd3b371f679b8ed87b075a560b

1 files changed, 3 insertions(+), 10 deletions(-)

jump to
M hastyscribe.nimblehastyscribe.nimble

@@ -1,5 +1,5 @@

import - ospaths, os + ospaths template thisModuleFile: string = instantiationInfo(fullPaths = true).filename

@@ -24,15 +24,8 @@ requires "nim >= 0.19.0"

before install: exec "nifty install" - -after install: - exec "nifty install" - -before uninstall: - removeDir "packages" - -before remove: - removeDir "packages" + exec "ls ." + installDirs.add "packages" # Tasks