gs

0.0.2 • Public • Published

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/

Dependents (4)

Package Sidebar

Install

npm i gs

Weekly Downloads

99

Version

0.0.2

License

none

Last publish

Collaborators

  • ncb000gt
  • ecarter