From b5acdddf50f01bfce4ed0802990a98880b4c596d Mon Sep 17 00:00:00 2001 From: danbulant Date: Fri, 21 Feb 2020 20:20:02 +0100 Subject: [PATCH] Add install and run scripts information --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e26377..93df375 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ Currently supported and working commands are: * `bin` - Shows installation path of BPM * `ping` - Does HTTP ping to NPM's registry. Note this is different from NPM ping, so it cannot be compared. * `init` - Creates a default `package.json` in current working directory. - +* `install` - (`i` for short) installs packages from `package.json` and/or adds packages to dependencies. +* `run-script` - (`run`, `start` or `test`) starts script from `package.json` scripts property. Only simple scripts are currently supported(as it uses Node's `process_child.spawn`). ## Hide package.json warnings