Skip to content
This repository has been archived by the owner on Oct 14, 2019. It is now read-only.

kevinastone/eswrap

Repository files navigation

eswrap

npm version Build Status

eswrap is an ECMAScript formatting utility. It attempts to reformat a code block to fit within a specified column count:

echo "[variable1, variable2, variable3];" | eswrap --limit 20

# Output:
[
  variable1,
  variable2,
  variable3,
];

About

Code Formatter for ECMAScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages