0.0.17 • Published 5 years ago

next-format v0.0.17

Weekly downloads
21
License
MIT
Repository
-
Last release
5 years ago

next-format

Opinionated es-next formatter inspired by golang fmt.

install

yarn add --dev next-format

usage

In any directory containing .js files run nextformat [path] in the command line and all the javascript files will be formatted. path is optional.

> nextformat ./src/

api

import next from 'next-format'
...
// next :: String -> String
next(source) // => FormatedCode
0.0.17

5 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago