Hack on your project easily. A liftoff proof-of-concept.
npm install -g hacker.Hackerfile.hacker in your project directory.--cwd specify the working directory to run hacker--hackerfile specify an exact hackerfile path--require require an external module before loading your hackerfile--verbose show some debugging info about how hacker is workingvar fs = require('fs');
fs.writeFileSync('tmp', 'i will be written relative to this file, always.');
To run:
hacker
fs = require 'fs'
fs.writeFileSync 'tmp', 'i will be written relative to this file, always.'
To run:
hacker
MIT