Socket
Book a DemoInstallSign in
Socket

hacker

Package Overview
Dependencies
Maintainers
2
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. A liftoff proof-of-concept.

Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
4
-63.64%
Maintainers
2
Weekly downloads
 
Created
Source

hacker

NPM version Downloads Travis Build Status AppVeyor Build Status Gitter chat

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

License

MIT

Keywords

proof of concept

FAQs

Package last updated on 29 Dec 2018

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