4.0.6 • Published 9 years ago

dat-npm v4.0.6

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

dat-npm

npm for dat. try it out at npm.dathub.org

dat

dat-npm works as a dat listen hook. first install dat

npm install -g dat
mkdir dat-npm
cd dat-npm
dat init # put in your info
npm install dat-npm # install the hook

then add the following hook to dat.json

{
  "name": "some-dat",
  "hooks": {
    "listen": "dat-npm"
  }
}

to start serving the data set simply to a dat listen which will make dat import npm.

4.0.6

9 years ago

4.0.5

10 years ago

4.0.4

10 years ago

4.0.3

10 years ago

4.0.2

10 years ago

4.0.1

10 years ago

4.0.0

10 years ago

3.0.2

10 years ago

3.0.1

10 years ago

3.0.0

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.0

10 years ago