Implements develop command. Refs #240.

This commit is contained in:
Dominik Picheta 2017-08-13 15:04:40 +01:00
commit 56dd401831
12 changed files with 234 additions and 57 deletions

View file

@ -0,0 +1 @@
echo("hello")

View file

@ -0,0 +1,14 @@
# Package
version = "1.0"
author = "Dominik Picheta"
description = "binary"
license = "MIT"
bin = @["binary"]
skipExt = @["nim"]
# Dependencies
requires "nim >= 0.16.0"