Skip to content

Commit

Permalink
SP-1109 Custom npx command to generate token
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Matuszczak committed Nov 27, 2024
1 parent 37b8428 commit 23dd799
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env node

// eslint-disable-next-line @typescript-eslint/no-require-imports
require('../dist/setup/BitPaySetup');
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"main": "dist/index",
"typings": "dist/index",
"bin": "./bin/index.js",
"files": [
"dist/**/*.js",
"dist/**/*.d.ts"
Expand Down

0 comments on commit 23dd799

Please sign in to comment.