不要怂,就是干,撸起袖子干!

Commit 8549a9c5 by sdepold

first steps for sequelize binary

1 parent d078fd6a
Showing with 10 additions and 1 deletions
#!/usr/bin/env node
var path = require("path")
if(path.existsSync(__dirname + '/../config/config.json')) {
} else {
throw new Error('Please add a configuration file under config/config.json')
}
...@@ -21,6 +21,6 @@ ...@@ -21,6 +21,6 @@
"keywords": ["mysql", "orm", "nodejs", "object relational mapper"], "keywords": ["mysql", "orm", "nodejs", "object relational mapper"],
"main": "index", "main": "index",
"scripts": {}, "scripts": {},
"bin": {}, "bin": "bin/sequelize",
"engines": { "node": ">= 0.4.0" } "engines": { "node": ">= 0.4.0" }
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!