Socket
Book a DemoInstallSign in
Socket

hacker

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hacker

Hack on your project easily.

devel
Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
4
-63.64%
Maintainers
1
Weekly downloads
 
Created
Source

hacker

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

How to use it

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

Options

  • --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 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

Keywords

command line

FAQs

Package last updated on 05 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts