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-02-28 05:25:30 +0300
committerisaacs <i@izs.me>2010-02-28 05:25:30 +0300
commite863a3a9f64886e9ef2f25e510cfbeee49d46219 (patch)
treebad773cea90d3461ffe1a11c2ad71d129c7cbc23 /README.md
parent1f2529f4cff39f3f91f27d6313fcfb32d9321cb8 (diff)
Add todos
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4d0f2c141..4a81672ac 100644
--- a/README.md
+++ b/README.md
@@ -29,3 +29,12 @@ on the command line:
This installs the package, where `tarball` is a url or path to a `.tgz` file that contains a package with a `package.json` file in the root.
This'll create some stuff in `$HOME/.node_libraries`. It supports installing multiple versions of the same thing. Version activation, dependency resolution, and registry awareness are planned next.
+
+
+## Todo
+
+* Install packages from the registry
+* Install missing dependencies. This, with the registry, will make it so that circular dependencies are supported.
+* Safely uninstall packages, failing if anything depends on it.
+* Keep track of what depends on what.
+* Add an "activate" step. Now that the deps are all included into the package, this isn't any big deal, really. But the list command should show which one is active.