2
0
mirror of https://git.coolaj86.com/coolaj86/hexdump.js.git synced 2025-05-09 18:56:33 +00:00
This commit is contained in:
AJ ONeal 2017-09-25 12:26:15 -06:00
parent b274295e90
commit d27096feeb
2 changed files with 4 additions and 0 deletions

1
bin/cli.js Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env node
(function () {
'use strict';

View File

@ -3,6 +3,9 @@
"version": "1.0.0",
"description": "Like hexdump on *nix, but in JavaScript.",
"main": "hexdump.js",
"bin": {
"hexdump.js": "./bin/cli.js"
},
"scripts": {
"test": "node bin/cli.js hexdump.js"
},