fnlfmt

Formatter for Fennel code with opinionated style rules

brewmacoslinux
Try with needOr install directly
Source

About

Formatter for Fennel code

Commands

fnlfmt

Examples

Format a single Fennel file in-place$ fnlfmt myfile.fnl
Format and print output to stdout without modifying the file$ fnlfmt --check myfile.fnl
Format multiple Fennel files in a directory$ fnlfmt *.fnl