2.2.0 • Published 5 years ago

git-packet-streams v2.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

git-packet-streams

Helper functions to work with git packet format.

Install

From npm:

$ npm install --save git-packet-streams

From GitHub:

$ npm install --save https://github.com/revam/node-git-monorepo/releases/download/git-packet-streams/v$VERSION/package.tgz

From git.lan (internet-people can ignore this):

$ npm install --save https://git.lan/mist@node/git@git-packet-streams/v$VERSION/package.tgz

What is this?

This package contains helper functions to work with git packet buffers and streams.

Usage

See tests to get some ideas of how to use. (Not available in packed versions)

Documentation

The documentation is not yet available.

Typescript

This module includes a TypeScript declaration file to enable auto complete in compatible editors and type information for TypeScript projects. This module depends on the Node.js types, so install @types/node:

npm install --save-dev @types/node

Changelog and versioning

All notable changes to this project will be documented in CHANGELOG.md.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

License

This project is licensed under the MIT license. See LICENSE for the full terms.

2.2.0

5 years ago

2.1.1

5 years ago

2.1.0

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago