A CLI tool to generate your defaults in new projects.
- Run
npm i -g varet
- Cd into an ampty directory
- Run
varet exec
- Select the job
- Confirm job result
Prompts to user to select the job that they want to run.
- Runs
git init
- Creates a .gitignore with good defaults.
- Creates a
.pretterrc
with good defaults. - Installs
prettier
as a dev dependency. - Inserts a
format
script topackage.json
.
git clone https://github.com/tarikyildizci/varet.git
yarn && yarn build
yarn global add "file:$PWD"
varet -h
- jobs > git
- jobs > prettier
- jobs > vscode
- jobs > tailwind