1.0.3 • Published 10 years ago

jsb3 v1.0.3

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

jsb3

Process a jsb3 file into an array of files

NPM Version Build Status Dependency Status

Install

$ npm install --save-dev jsb3

Usage

var jsb3 = require('jsb3');

jsb3('testfiles/file1.jsb3').then(function (files){
	// Do something to files array	
}).fail(function (message){
	
});	

License

MIT © Unit4

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago