Languages
250 gist results
250 gist results
This file contains hidden or 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
| # Drupal editor configuration normalization | |
| # @see http://editorconfig.org/ | |
| # This is the top-most .editorconfig file; do not search in parent directories. | |
| root = true | |
| # All files. | |
| [*] | |
| end_of_line = LF | |
| indent_style = space |
This file contains hidden or 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
| #!/usr/bin/env coffee | |
| # vi: set foldmethod=marker | |
| fs = require 'fs' | |
| path = require 'path' | |
| sSplitter = require 'stream-splitter' | |
| $q = require 'q' | |
| coffee = require 'coffee-script' | |
| spawn = (require 'child_process').spawn | |
| exec = (require 'child_process').exec |
This file contains hidden or 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
| fs = require 'fs' | |
| path = require 'path' | |
| {EventEmitter} = require 'events' | |
| colors = require 'colors' | |
| # ### Options | |
| # Options are handled using coffeescript optparser, | |
| # You can define the option with short and long flags, | |
| # and it will be made available in the options object. |
This file contains hidden or 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
| a gist to sync atom packages |
This file contains hidden or 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
| { | |
| "dependencies": { | |
| "bluebird": "^2.9.9", | |
| "commander": "^2.7.1", | |
| "dotenv": "^0.5.1", | |
| "glob": "^5.0.3", | |
| "jsforce": "^1.4.0", | |
| "jszip": "^2.5.0", | |
| "lodash": "^3.5.0", | |
| "shelljs": "^0.4.0", |
This file contains hidden or 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
| /node_modules | |
| /config.*.json |
This file contains hidden or 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
| web: node server.js |
This file contains hidden or 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
| # Dependencies: | |
| # "aws2js": "0.6.12" | |
| # "underscore": "1.3.3" | |
| # | |
| # Configuration: | |
| # HUBOT_AWS_ACCESS_KEY_ID | |
| # HUBOT_AWS_SECRET_ACCESS_KEY | |
| # HUBOT_AWS_REGIONS | |
| # HUBOT_AWS_KEYNAME | |
| # HUBOT_AWS_HOSTZONE |