Skip to content

elsehow/gx-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

gx-js

a distributed package manager for javascript, built on gx

installation

you will need go-ipfs > 0.4.0 and gx > 0.4.0

then, you can just

  gx install --global [gx-js-hash-to-come]

usage

  gx-js install [package]

will install packages to ./node-modules/ recursively, from gx if possible, otherwise downloading from npm and importing into gx.

if no package is specified, will install each package in package.json

gx-js publish [-r depth]

publishes to the gx npm repository. the -r flag will recursively publish dependencies to ipfs, up to some maximum depth (0 to publish full dependency tree).

if -r is ommitted, it will publish your package to ipfs, but keep your dependencies on npm.

gx-js init 

see npm init

license

BSD

About

a distributed package manager for javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages