Skip to content

jpiepkow/good-look

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

good-look

Description: this module wraps prettier formatter to glob an entire directory for .js files and call 'prettier --write FILENAME' It is just here so you don't have to go through each file or write as much. I must state that it writes a new file to disk so make sure you look at prettier module before you run this code the first time to know how it formats.

ignores node_module folder

Getting started:

npm install prettier -g

npm install good-look -g

Running:

goodlook

^ call from directory you want formatted and watch as your files
are wrote in a new style.	

About

A wrapper around prettier formatter to make it easier to use(for more control just use prettier)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published