Skip to content

leonidas/james-cson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

CSON to JSON transformer for James.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published