Implements develop command. Refs #240.
This commit is contained in:
parent
84d63c8988
commit
56dd401831
12 changed files with 234 additions and 57 deletions
1
tests/develop/binary/binary.nim
Normal file
1
tests/develop/binary/binary.nim
Normal file
|
|
@ -0,0 +1 @@
|
|||
echo("hello")
|
||||
14
tests/develop/binary/binary.nimble
Normal file
14
tests/develop/binary/binary.nimble
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue