All Projects → gulpjs → hacker

gulpjs / hacker

Licence: MIT license
Hack on your project easily. A liftoff proof-of-concept.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hacker

iota-mqtt-poc
IOTA Proof of Concept, store MQTT messages on the tangle.
Stars: ✭ 40 (+90.48%)
Mutual labels:  proof-of-concept
keras-semantic-segmentation-example
Example of semantic segmentation in Keras
Stars: ✭ 53 (+152.38%)
Mutual labels:  proof-of-concept
react-circle-flags
🚀 A React component with a collection of 300+ minimal circular SVG country flags. Wrapper of HatScripts/circle-flags
Stars: ✭ 29 (+38.1%)
Mutual labels:  flags
flash-demo
IOTA Flash channels demo using webRTC for communication.
Stars: ✭ 21 (+0%)
Mutual labels:  proof-of-concept
uconfig
Lightweight, zero-dependency, and extendable configuration management library for Go
Stars: ✭ 53 (+152.38%)
Mutual labels:  flags
vue-flagpack
Flagpack contains 260+ easily implementable flag icons to use in your design or code project.
Stars: ✭ 42 (+100%)
Mutual labels:  flags
PhoneCountryCodePicker
An iOS tableview picker for PhoneCountryCode (English & Chinese supported)
Stars: ✭ 31 (+47.62%)
Mutual labels:  flags
savjeecoin-frontend
Angular app to visualize & interact with a blockchain
Stars: ✭ 55 (+161.9%)
Mutual labels:  proof-of-concept
graphcountries
An easy to use GraphQL API to query country-related data for free and without restrictions
Stars: ✭ 61 (+190.48%)
Mutual labels:  flags
beep-beep
Fictional p2p protocol
Stars: ✭ 34 (+61.9%)
Mutual labels:  proof-of-concept
financial
POC de uma aplicação de domínio financeiro.
Stars: ✭ 62 (+195.24%)
Mutual labels:  proof-of-concept
cli
a lightweight and simple cli package
Stars: ✭ 12 (-42.86%)
Mutual labels:  flags
c-compiler-security
Security-related flags and options for C compilers
Stars: ✭ 125 (+495.24%)
Mutual labels:  flags
flagpack
A lightweight flag icon toolkit for the web.
Stars: ✭ 51 (+142.86%)
Mutual labels:  flags
cordentity-poc-supply-chain
A proof of concept for cordentity
Stars: ✭ 20 (-4.76%)
Mutual labels:  proof-of-concept
context
A proof of concept implementation of scoped context
Stars: ✭ 16 (-23.81%)
Mutual labels:  proof-of-concept
ld-redux
A library to integrate launch darkly with react redux
Stars: ✭ 33 (+57.14%)
Mutual labels:  flags
flagg
Barebones subcommand handling
Stars: ✭ 55 (+161.9%)
Mutual labels:  flags
liftoff
Launch your command line tool with ease.
Stars: ✭ 808 (+3747.62%)
Mutual labels:  liftoff
Defeat-Defender-V1.2
Powerful batch script to dismantle complete windows defender protection and even bypass tamper protection ..Disable Windows-Defender Permanently....Hack windows. POC
Stars: ✭ 885 (+4114.29%)
Mutual labels:  proof-of-concept

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].