/prettinit

A simple cli tool for setting up config file for prettier(.prettierrc)

Primary LanguageJavaScriptMIT LicenseMIT

prettinit

This is a simple command line tool for setting up .prettierrc file (configuration file for prettier). You can also set a prettierrc file as default and use it in other prejects.

prettinit

Installation

npm i -g prettinit

Usage Options

--set-default, -D  set the the current directory's prettier config file as default
--write-default, -W  write the default config file in the current directory