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/srcdirtest/src/srcdirtest.nim
Normal file
1
tests/develop/srcdirtest/src/srcdirtest.nim
Normal file
|
|
@ -0,0 +1 @@
|
|||
echo("hello")
|
||||
12
tests/develop/srcdirtest/srcdirtest.nimble
Normal file
12
tests/develop/srcdirtest/srcdirtest.nimble
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Package
|
||||
|
||||
version = "1.0"
|
||||
author = "Dominik Picheta"
|
||||
description = "srcdir"
|
||||
license = "MIT"
|
||||
|
||||
srcDir = "src"
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 0.16.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue