Initial commit with stub project.
This commit is contained in:
commit
0dbac771a8
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
.*.sw?
|
||||
pit2trello
|
13
pit2trello.nimble
Normal file
13
pit2trello.nimble
Normal file
@ -0,0 +1,13 @@
|
||||
# Package
|
||||
|
||||
version = "0.1.0"
|
||||
author = "Jonathan Bernard"
|
||||
description = "Synchronization tool between JDB pit and Trello."
|
||||
license = "MIT"
|
||||
srcDir = "src/main/nim"
|
||||
bin = @["pit2trello"]
|
||||
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 1.6.10"
|
5
src/main/nim/pit2trello.nim
Normal file
5
src/main/nim/pit2trello.nim
Normal file
@ -0,0 +1,5 @@
|
||||
# This is just an example to get you started. A typical binary package
|
||||
# uses this file as the main entry point of the application.
|
||||
|
||||
when isMainModule:
|
||||
echo("Hello, World!")
|
Loading…
Reference in New Issue
Block a user