npm.io
0.0.2 • Published 13 years ago

formattor

Licence
Version
0.0.2
Deps
0
Vulns
0
Weekly
0
Stars
3

formattor

node npm formatter pretty-print css, xml, sql, json

Based on jQuery-format by Zach Shelton https://github.com/zachofalltrades/jquery.format

Dual licensed under the MIT and GPL licenses: http://www.opensource.org/licenses/mit-license.php http://www.gnu.org/licenses/gpl.html

Useage

npm install formattor
var formattor = require("formattor");
var sql = "select * form table where id=2";
var options = {method: 'sql'};
sql = formattor(sql, options);
//SELECT *
//FROM table
//WHERE id=2

options

  • method sql, xml, json, css

Keywords