@cekrause/init
v1.0.4
Published
A script to initialize my basic configuration for code styling.
Downloads
3
Maintainers
Readme
Initialization
A script to initialize, with files and packages, my basic configuration for code styling, used by me in projects with tools such as
Could be usefull with other stacks too.
Usage
Enter npx @cekrause/init
in console to run the package. You will see to following commands that are available to use:
init
: used to initialize the configuration based on your preferences.format
: used to format all the files in the root directory based on the initialized configuration.
Requirements
In case you're using Visual Studio Code:
- Prettier's extension to VSCode