Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 8549a9c5
authored
Dec 22, 2011
by
sdepold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
first steps for sequelize binary
1 parent
d078fd6a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
bin/sequelize
package.json
bin/sequelize
0 → 100644
View file @
8549a9c
#!/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'
)
}
package.json
View file @
8549a9c
...
@@ -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"
}
}
}
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment