-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 9c496b9
Showing
8 changed files
with
182 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# http://editorconfig.org | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 2 | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
############################ | ||
# npm | ||
############################ | ||
node_modules | ||
npm-debug.log | ||
|
||
|
||
############################ | ||
# tmp, editor & OS files | ||
############################ | ||
.tmp | ||
*.swo | ||
*.swp | ||
*.swn | ||
*.swm | ||
.DS_STORE | ||
*# | ||
*~ | ||
.idea | ||
nbproject | ||
|
||
|
||
############################ | ||
# Tests | ||
############################ | ||
coverage | ||
|
||
|
||
############################ | ||
# Other | ||
############################ | ||
.node_history |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
// To fix column positions for JSHint errors you may want to add `"indent": 1` to your | ||
// **User** "jshint_options". This issue affects users with tabs for indentation. | ||
// This fix was reverted due to a conflict with using the `"white": true` option. | ||
// "indent": 1, | ||
"evil": true, | ||
"regexdash": true, | ||
"browser": true, | ||
"wsh": true, | ||
"sub": true, | ||
|
||
// Suppress warnings about mixed tabs and spaces | ||
"smarttabs": true, | ||
|
||
// Suppress warnings about trailing whitespace | ||
"trailing": false, | ||
|
||
// Suppress warnings about the use of expressions where fn calls or assignments are expected | ||
"expr": true, | ||
|
||
// Suppress warnings about using functions inside loops (useful for inifinityCounters) | ||
"loopfunc": true, | ||
|
||
// Suppress warnings about using assignments where conditionals are expected | ||
"boss": true, | ||
|
||
// Suppress warnings about "weird constructions" | ||
// i.e. allow code like: | ||
// (new (function OneTimeUsePrototype () { } )) | ||
"supernew": true, | ||
|
||
// Allow backwards, node-dependency-style commas | ||
"laxcomma": true | ||
|
||
// "bitwise": true, | ||
// "camelcase": true, | ||
// "node": true, | ||
// "undef": true, | ||
// "unused": true, | ||
// "curly": true, | ||
// "immed": true, | ||
// "latedef": true, | ||
// "noarg": true, | ||
// "noempty": true, | ||
// "plusplus": true, | ||
// "quotmark": "single", | ||
// "trailing": true, | ||
// "asi": false, | ||
// "eqnull": true, | ||
// "eval": true, | ||
// "sub": true, | ||
// "supernew": true, | ||
// "eqeqeq": true, | ||
// "eqnull": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
*# | ||
node_modules | ||
ssl | ||
.DS_STORE | ||
*.swo | ||
*.swp | ||
*.swn | ||
*.swm | ||
*~ | ||
.idea | ||
nbproject | ||
.git | ||
.gitignore | ||
.tmp | ||
.jshintrc | ||
.editorconfig | ||
CONTRIBUTING.md | ||
*.md | ||
**/*.md | ||
test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
<h1> | ||
<a href="http://node-machine.org" title="Node-Machine public registry"><img alt="node-machine logo" title="Node-Machine Project" src="http://node-machine.org/images/machine-anthropomorph-for-white-bg.png" width="50" /></a> | ||
machinepack-mysql | ||
</h1> | ||
|
||
### [Docs](http://node-machine.org/machinepack-mysql) [Browse other machines](http://node-machine.org/machinepacks) [FAQ](http://node-machine.org/implementing/FAQ) [Newsgroup](https://groups.google.com/forum/?hl=en#!forum/node-machine) | ||
|
||
Structured Node.js bindings for MySql. | ||
|
||
|
||
## Installation [![NPM version](https://badge.fury.io/js/machinepack-mysql.svg)](http://badge.fury.io/js/machinepack-mysql) [![Build Status](https://travis-ci.org/mikermcneil/machinepack-mysql.png?branch=master)](https://travis-ci.org/mikermcneil/machinepack-mysql) | ||
|
||
```sh | ||
$ npm install machinepack-mysql | ||
``` | ||
|
||
## Usage | ||
|
||
For the latest usage documentation, version information, and test status of this module, see <a href="http://node-machine.org/machinepack-mysql" title="Structured Node.js bindings for MySql. (for node.js)">http://node-machine.org/machinepack-mysql</a>. The generated manpages for each machine contain a complete reference of all expected inputs, possible exit states, and example return values. If you need more help, or find a bug, jump into [Gitter](https://gitter.im/node-machine/general) or leave a message in the project [newsgroup](https://groups.google.com/forum/?hl=en#!forum/node-machine). | ||
|
||
## About [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/node-machine/general?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
|
||
This is a [machinepack](http://node-machine.org/machinepacks), an NPM module which exposes a set of related Node.js [machines](http://node-machine.org/spec/machine) according to the [machinepack specification](http://node-machine.org/spec/machinepack). | ||
Documentation pages for the machines contained in this module (as well as all other NPM-hosted machines for Node.js) are automatically generated and kept up-to-date on the <a href="http://node-machine.org" title="Public machine registry for Node.js">public registry</a>. | ||
Learn more at <a href="http://node-machine.org/implementing/FAQ" title="Machine Project FAQ (for implementors)">http://node-machine.org/implementing/FAQ</a>. | ||
|
||
## License | ||
|
||
MIT © 2015 contributors | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// This is a boilerplate file which should not need to be changed. | ||
module.exports = require('machine').pack({ | ||
pkg: require('./package.json'), | ||
dir: __dirname | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.gitkeep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "machinepack-mysql", | ||
"version": "0.1.0", | ||
"description": "Structured Node.js bindings for MySql.", | ||
"scripts": { | ||
"test": "node ./node_modules/test-machinepack-mocha/bin/testmachinepack-mocha.js" | ||
}, | ||
"keywords": [ | ||
"mysql", | ||
"machines", | ||
"machinepack" | ||
], | ||
"author": "Cody Stoltman <[email protected]>", | ||
"license": "MIT", | ||
"dependencies":{ | ||
"machine": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"test-machinepack-mocha": "^0.2.2" | ||
}, | ||
"machinepack": { | ||
"friendlyName": "mysql", | ||
"machineDir": "machines/", | ||
"machines": [] | ||
} | ||
} |