yaml-worker

JS-YAML and YAML-JS wrapper with Worker API

MIT 8 个版本
安装
npm install yaml-worker
yarn add yaml-worker
pnpm add yaml-worker
bun add yaml-worker
README

YAML Worker

Build Status

JS-YAML and YAML-JS wrapper with Worker API

Installation

Install using Bower or npm

npm install --save yaml-worker
bower install --save yaml-worker

Usage

Use YAMLWorker:

var worker = new YAMLWorker('bower_components/yaml-worker/');

worker.load('yaml: true', function(error, result) {
  console.log(result); // {"yaml": true}
});

Development

To run the test run

karma start --single-run=true

License

MIT

版本列表
2.1.0 2016-03-16
2.0.1 2015-09-22
2.0.0 2015-09-21
1.3.1 2015-08-05
1.3.0 2015-08-05
1.2.0 2015-07-21
1.1.0 2015-07-20
1.0.0 2015-07-20