2.1.0 • Published 6 years ago

attractifier v2.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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;
2.1.0

6 years ago

2.0.0

6 years ago

1.6.3

9 years ago

1.6.2

9 years ago

1.6.1

9 years ago

1.6.0

9 years ago

1.5.1

9 years ago

1.4.0

9 years ago

1.3.1

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.9

9 years ago

1.1.8

9 years ago

1.1.6

9 years ago

1.1.5

9 years ago

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

10 years ago

1.0.0

10 years ago