This package has been deprecated

Author message:

New name, new features

sbtag

1.1.0 • Public • Published

Swift Binary Tag (sbtag)

A minimal node module allowing the reading and writing of data in the sbtag format. Get the module here npm version

Installation

npm install sbtag --save

Usage

var sbtag = require('sbtag');

var encoded = sbtag.encode( { hello: "world!", five: 5 } ).result;
var decoded = sbtag.decode( encoded ).result;

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Release History

  • 1.1.0 Major update in module structure, and added error handling.
  • 1.0.2 Removed left over tests.
  • 1.0.0 Initial release

Readme

Keywords

Package Sidebar

Install

npm i sbtag

Weekly Downloads

1

Version

1.1.0

License

GPL-3.0

Last publish

Collaborators

  • jamesxx