Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 564 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 564 Bytes

gs

Build Status

NodeJS wrapper for gs

Usage

var gs = require('gs');
gs()
  .batch()
  .output()
  .input(input)
  .exec(function(err, data) {
    console.log(data.toString());
  });

API

  • batch
  • nopause
  • device - device - defaults to txtwrite
  • output - file - defaults to - which represents stdout
  • input - file
  • exec - callback

License

MIT - http://ncb000gt.mit-license.org/