3.0.1 • Published 3 years ago
hacker v3.0.1
hacker
Hack on your project easily. A liftoff proof-of-concept.
How to use it
- Install globally with
npm install -g hacker. - Write your
Hackerfile. - Run
hackerin your project directory. - The rest is up to you.
Options
--cwdspecify the working directory to run hacker--hackerfilespecify an exact hackerfile path--requirerequire an external module before loading your hackerfile--verboseshow some debugging info about how hacker is working
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
3.0.1
3 years ago
3.0.0
3 years ago
1.2.0
7 years ago
1.1.2
11 years ago
1.1.1
11 years ago
1.1.0
11 years ago
1.0.14
11 years ago
2.0.0
11 years ago
1.0.13
11 years ago
1.0.12
11 years ago
1.0.11-devel
11 years ago
1.0.11
11 years ago
1.0.10
11 years ago
1.0.9
12 years ago
1.0.8
12 years ago
1.0.7
12 years ago
1.0.6
12 years ago
1.0.5
12 years ago
1.0.4
12 years ago
1.0.3
12 years ago
1.0.2
12 years ago
1.0.1
12 years ago
1.0.0
12 years ago