Initial commit: create verb only.

This commit is contained in:
Jonathan Bernard
2016-01-31 00:18:21 -06:00
commit 66bb8d9d39
4 changed files with 93 additions and 0 deletions

12
db_migrate.nimble Normal file
View File

@ -0,0 +1,12 @@
# Package
bin = @["db_migrate"]
version = "0.1.0"
author = "Jonathan Bernard"
description = "Simple tool to handle database migrations."
license = "BSD"
# Dependencies
requires: @["nim >= 0.13.0", "docopt >= 0.1.0"]