all repos — hastyscribe @ 2b30a16f233bc3b43b1c15324af346ed3b515d56

A professional markdown compiler.

Testing nimble support.
h3rald h3rald@h3rald.com
Sun, 21 Oct 2018 16:37:55 +0200
commit

2b30a16f233bc3b43b1c15324af346ed3b515d56

parent

26a584b865ebdcb36e4dc8f35b6057ccd8ce2ebf

1 files changed, 9 insertions(+), 2 deletions(-)

jump to
M hastyscribe.nimblehastyscribe.nimble

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

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