Skip to content

Commit

Permalink
feat(npm): add binary
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Oct 12, 2020
1 parent 6127aab commit d8fd2c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"repository": "https://github.com/dargmuesli/dargstack_rgen.git",
"author": "Jonas Thelemann <e-mail@jonas-thelemann.de>",
"license": "GPL-3.0-only",
"bin": {
"dargstack_rgen": "./src/generator.js"
},
"dependencies": {
"deepmerge": "4.2.2",
"diff": "4.0.2",
Expand Down
2 changes: 2 additions & 0 deletions src/generator.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

const fs = require('fs')
const path = require('path')

Expand Down

0 comments on commit d8fd2c0

Please sign in to comment.