Skip to content

Commit 466590c

Browse files
committed
Adding npm start script
1 parent 4abb003 commit 466590c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ To see all the options that can be used with the mCODE client, run the following
6767
node src/cli/cli.js --help
6868
```
6969

70+
The client can also be run by npm script:
71+
72+
```bash
73+
npm start -- [options]
74+
```
75+
7076
### First Time User Guide
7177

7278
To run the mCODE Extraction Client you must have:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
],
1313
"main": "src/",
1414
"scripts": {
15+
"start":"node src/cli/cli.js",
1516
"lint": "eslint \"./**/*.js\"",
1617
"lint-fix": "eslint \"./**/*.js\" --fix",
1718
"test": "cross-env LOGGING=none jest",

0 commit comments

Comments
 (0)