Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 31, 2012
1 parent dae4a63 commit fb3e50a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ Commands:
built in to the package name, for example ["visionmedia/page.js"](https://github.com/visionmedia/page.js) rather built in to the package name, for example ["visionmedia/page.js"](https://github.com/visionmedia/page.js) rather
than the unclear "page". than the unclear "page".


Another benefit of this is that there are zero name collisions, for example
you may use "component/tip" for a dependency of "foo", and "someuser/tip"
as a dependency of "bar", providing `require('tip')` in each. This prevents
obscure or irrelevant naming such as "progress", "progress2", "progress-bar",
"progress-component" found in npm.

## Creating a component ## Creating a component


The `component-create(1)` command can create a component The `component-create(1)` command can create a component
Expand Down

0 comments on commit fb3e50a

Please sign in to comment.