eswrap

0.0.2 • Public • Published

eswrap

eswrap is a ecmascript formatting utlity. It will parse a supplied block of code and apply formatting to attempt to fit it within a col width.

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

npm version Build Status

Readme

Keywords

none

Package Sidebar

Install

npm i eswrap

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • kevinastone