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.
npm i -g prettinit
--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