0.0.1 • Published 8 years ago

webnpm v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

webnpm

Browserify the Node Package Manager for running in a web browser

screenshot

Warning: very incomplete and extremely experimental, mostly nothing works

Usage:

npm install
npm start

Navigate to the URL in your web browser, and open the developer console. The APIs for browserify and npm are available in the global browserify and npm objects, respectively. For example, you can run:

npm.commands.version()
npm.commands.substack()
npm.commands.xmas()

npm.commands.list()
npm.commands.config(['list'])
npm.commands.config(['get', 'registry']

npm.commands.owner(['ls', 'npm'])
npm.commands.view(['voxel-engine'])

License

MIT