Skip to content

Commit 121afff

Browse files
committed
Add description
1 parent 1f0005b commit 121afff

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# webnpm
22

3+
[Browserify](http://browserify.org) the [Node Package Manager](https://www.npmjs.com) for running in a web browser
4+
5+
![screenshot](http://i.imgur.com/xmKHPh3.png "Screenshot")
6+
7+
Warning: very incomplete and extremely experimental, mostly nothing works
8+
9+
Usage:
10+
11+
npm install
12+
npm start
13+
14+
Navigate to the URL in your web browser, and open the developer console.
15+
The APIs for [browserify](https://github.com/substack/node-browserify)
16+
and [npm](https://github.com/npm/npm) are available in the global
17+
`browserify` and `npm` objects, respectively. For example, you can run:
18+
19+
npm.commands.version()
20+
npm.commands.substack()
21+
npm.commands.xmas()
22+
23+
Requires a browser implementing the [Filesystem API](http://www.html5rocks.com/en/tutorials/file/filesystem/)
24+
(tested on Chrome version 40).
25+
326
## License
427

528
MIT

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webnpm",
3-
"description": "",
3+
"description": "browserify npm",
44
"version": "0.0.1",
55
"main": "webnpm.js",
66
"repository": {

0 commit comments

Comments
 (0)