0.0.2 • Published 8 years ago

sha-bang v0.0.2

Weekly downloads
9
License
MIT
Repository
github
Last release
8 years ago

sha-bang

A simple cli helper that outputs a language shebang. sha-bang node -> #!/usr/bin/env node

#What is a shebang? Wikipedia will explain this better than I will, shebang

#Install

npm install -g sha-bang

#Why? Because I always forget what's the correct shebang on bash, python and node.

#Usage

$ sha-bang node
$ #!/usr/bin/env node

$ sha-bang bash
$ #!/bin/bash
0.0.2

8 years ago

0.0.1

8 years ago