2.1.0 • Published 5 years ago

attractifier v2.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

2.0.0

5 years ago

1.6.3

8 years ago

1.6.2

8 years ago

1.6.1

8 years ago

1.6.0

8 years ago

1.5.1

8 years ago

1.4.0

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.9

8 years ago

1.1.8

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago