foxandbear
v1.0.4
Published
CLI tool to initialize project settings
Downloads
6
Readme
Fox and Bear
Fox and Bear is a CLI tool to initialize project settings by copying configuration files to your project directory.
Usage
To initialise project settings run
foxandbear init
Alternatively, you can use npx:
npx foxandbear init
Configuration Files
The following configuration files will be copied to your project directory:
.eslintrc.json
.prettierrc.json
settings.json
(copied to.vscode/settings.json
)
License
This project is licensed under the MIT License.