GitHub - gulpjs/hacker: Hack on your project easily. A liftoff proof-of-concept. (original) (raw)

hacker

NPM version Downloads Build Status Coveralls Status

Hack on your project easily. A liftoff proof-of-concept.

How to use it

  1. Install globally with npm install -g hacker.
  2. Write your Hackerfile.
  3. Run hacker in your project directory.
  4. The rest is up to you.

Options

Examples

Hackerfile.js

var fs = require('fs'); fs.writeFileSync('tmp', 'i will be written relative to this file, always.');

To run:hacker

Hackerfile.coffee

fs = require 'fs' fs.writeFileSync 'tmp', 'i will be written relative to this file, always.'

To run:hacker

License

MIT