0.0.17 • Published 4 years ago

next-format v0.0.17

Weekly downloads
21
License
MIT
Repository
-
Last release
4 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

4 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago