formattor

0.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i formattor

Weekly Downloads

1,876

Version

0.0.2

License

none

Last publish

Collaborators

  • stonephp