attractifier

2.1.0 • Public • Published

attractifier

Build Status

Depends on node.

Supports ES6/ES2015.

Attractive output is sent to STDOUT (file descriptor 1).

Installation:

npm install -g attractifier

Usage:

attractifier ugly-input.js > attractive-output.js

Example:

Ugly input:

let
foo
=
bar;

Attractive output:

let foo = bar;

Readme

Keywords

none

Package Sidebar

Install

npm i attractifier

Weekly Downloads

2

Version

2.1.0

License

MIT

Unpacked Size

60.1 kB

Total Files

20

Last publish

Collaborators

  • marksimulacrum