Skip to content
/ napalm Public

An express server that serves libraries published to npm.

Notifications You must be signed in to change notification settings

atsid/napalm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Climate Build Status Dependency Status Dev Dependency Status

napalm

An express server that serves libraries published to npm.

A request of the form: http://napalm-server/underscore/1.4.4/underscore.js will result in the underscore.js file being served if underscore@1.4.4 has been published to npm and that file exists in its root.

The server installs and caches the npm modules it attempts to serve.

Self-contained express app server:

npm install; // to install that app once cloned
node main.js; // to run

http://host:4000 // to access the app locally.

About

An express server that serves libraries published to npm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published