Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-01-13 05:13:58 +0300
committerisaacs <i@izs.me>2010-01-13 05:13:58 +0300
commit57136db655ab0ddf31fea821d1e06ad9a87e8fc9 (patch)
treea727b8cd6d5d1cafb79c2df002f45647cebfc007 /README.md
parent8ca4ba78659d79da16b82672dc2d489a62821428 (diff)
Add "nice cli" to the wishlist.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 461e105a5..252323df3 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,7 @@ where "install it" means:
## Future
+* wrap it in a nice CLI
* Support an "uninstall" command on the package.json, and run it when uninstalling.
* Support "requires" which is a list of tarball urls that must be installed first.
* Figure out how to manage requirements without it being a total cluster.