Projects
/
x
/
tree
/
bin
/ jsfmt
Blob
Date:
Sat Sep 17 01:48:34 2022 UTC
Message:
import jsfmt, a wrapper of prettier It's like gofmt but for javascript. It wraps prettier (https://prettier.io) to give a more traditional unix-like CLI. And I can't remember which flags are required and what the program is even called.
Actions:
History
|
Blame
|
Raw File
1
#!/bin/sh
2
3
npx prettier --parser flow $@