Skip to content

Instantly share code, notes, and snippets.

@emilbayes
Last active August 29, 2015 14:11
Show Gist options
  • Save emilbayes/a7ba78bf40f128ce2da1 to your computer and use it in GitHub Desktop.
Save emilbayes/a7ba78bf40f128ce2da1 to your computer and use it in GitHub Desktop.
Project .files
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 2
env:
node: true
rules:
indent:
- 2
- 2
quotes:
- 2
- single
curly:
- 2
- multi-line
no-use-before-define:
- 2
- nofunc
linebreak-style:
- 2
- unix
semi:
- 2
- always
node_modules/**
sudo: false
language: node_js
node_js:
- '0.12'
- 'iojs'
notifications:
email: false

{{name}} Build Status

NPM

{{description}}

Usage

var {{name}} = require('{{name}}');

License

Copyright (c) 2015, Emil Bay github@tixz.dk

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

FROM node:0.12-onbuild
RUN npm run bundle
RUN npm prune --production
ENV NODE_ENV production
ENV PORT 8080
EXPOSE 8080
{
"AWSEBDockerrunVersion": "1"
}
Copyright (c) 2015, Emil Bay <github@tixz.dk>
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment