james-cson

0.1.2 • Public • Published

Synopsis

Build Status

CSON to JSON transformer for James.js.

var james = require('james'),
    cson  = require('james-cson');
 
james.task('default', function() {
  james.files('src/**/*.cson').forEach(function(file) {
    james.read(file)
      .transform(cson)
      .write(process.stdout);
  });
});

API

cson(options): Return a new CSON to JSON transformer.

Readme

Keywords

none

Package Sidebar

Install

npm i james-cson

Weekly Downloads

2

Version

0.1.2

License

MIT

Last publish

Collaborators

  • vesse
  • eetu
  • japsu
  • pyykkis