ipld/js-ipld-git

Name: js-ipld-git

Owner: IPLD

Description: null

Created: 2017-08-25 12:06:29.0

Updated: 2018-05-16 09:53:49.0

Pushed: 2018-05-06 13:34:05.0

Homepage: null

Size: 39

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

js-ipld-git

Coverage Travis Circle

JavaScript implementation of the IPLD spec.

Lead Maintainer

Volker Mische

Table of Contents
Install
npm
m install ipld-git
Use in Node.js
t Git = require('ipld-git')
Use in a browser with browserify, webpack or any other bundler

The code published to npm that gets loaded on require is in fact a ES5 transpiled version with the right shims added. This means that you can require it and use with your favourite bundler without having to adjust asset management process.

Git = require('ipld-git')
Use in a browser Using a script tag

Loading this module through a script tag will make the IpldGit obj available in the global namespace.

ipt src="https://unpkg.com/ipld-git/dist/index.min.js"></script>
 OR -->
ipt src="https://unpkg.com/ipld-git/dist/index.js"></script>
Usage
t Git = require('ipld-git')

ODO
Contribute

Feel free to join in. All welcome. Open an issue!

Check out our contributing document for more information on how we work, and about contributing in general. Please be aware that all interactions related to IPLD are subject to the IPFS Code of Conduct.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.