Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 264 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 264 Bytes

node-jsfl

####Helps you with tasks running JSFL scripts

###Getting Started

####Install

npm install node-jsfl

####Using

var jsfl = require('node-jsfl');
jsfl.run('file', callback(err){console.log(err)});

File extension is optional.