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

Commit 927f4f84 by Sascha Depold

first steps for dev documentation

1 parent 9a3184d2
Showing with 4 additions and 2 deletions
...@@ -35,7 +35,8 @@ ...@@ -35,7 +35,8 @@
"jasmine-node": "1.0.17", "jasmine-node": "1.0.17",
"sqlite3": "~2.1.5", "sqlite3": "~2.1.5",
"pg": "0.6.x", "pg": "0.6.x",
"buster": "~0.6.0" "buster": "~0.6.0",
"dox-foundation": "~0.2.0"
}, },
"keywords": [ "keywords": [
"mysql", "mysql",
...@@ -47,7 +48,8 @@ ...@@ -47,7 +48,8 @@
"scripts": { "scripts": {
"test": "npm run test-jasmine && npm run test-buster", "test": "npm run test-jasmine && npm run test-buster",
"test-jasmine": "./node_modules/.bin/jasmine-node spec-jasmine/", "test-jasmine": "./node_modules/.bin/jasmine-node spec-jasmine/",
"test-buster": "./node_modules/.bin/buster-test" "test-buster": "./node_modules/.bin/buster-test",
"generate-docs": "./node_modules/.bin/dox-foundation > docs.html"
}, },
"bin": { "bin": {
"sequelize": "bin/sequelize" "sequelize": "bin/sequelize"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!