From dd1d905d9029e409064fe5fd4c0582731d0132c9 Mon Sep 17 00:00:00 2001 From: danbulant Date: Wed, 19 Feb 2020 19:57:24 +0100 Subject: [PATCH] List commands --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d61efad..6148316 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,15 @@ NPM *(node package manager)* and others always use folder `node_modules` in the BPM on the other hand, stores all packages in one place and also saves a file to mention which projects are actively using the package. If all projects remove the dependency, then it's simply removed from the disk to save space. -This means, that it can save much space - some apps use same depndencies and same versions, so they will be merged. \ No newline at end of file +This means, that it can save much space - some apps use same depndencies and same versions, so they will be merged. + +## Commands + +BPM is aimed to fully **replace** NPM, *but*, as of now, it cannot. + +Currently supported and working commands are: + +* `view` (alias get, info) - Gets information about current project or given package from NPM's registry +* `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. \ No newline at end of file