Skip to content

Commit

Permalink
move to bin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere committed Jun 17, 2024
1 parent 49b5681 commit f122274
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.js → bin/uniprot.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import { Option, program } from 'commander';
import { createInterface } from 'node:readline';

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
"name": "unipept-cli",
"version": "4.0.0",
"description": "Command line interface to the Unipept web services",
"main": "index.js",
"repository": "[email protected]:unipept/unipept-cli.git",
"author": "Bart Mesuere <[email protected]>",
"license": "MIT",
"private": false,
"type": "module",
"bin": {
"uniprot": "./bin/uniprot.js"
},
"dependencies": {
"commander": "^12.1.0"
}
Expand Down

0 comments on commit f122274

Please sign in to comment.