varet
v0.1.8
Published
A CLI tool to generate your defaults in new projects.
Readme
varet
A CLI tool to generate your defaults in new projects.
Quick Start
- Run
npm i -g varet - Cd into an ampty directory
- Run
varet exec - Select the job
- Confirm job result
Commands
exec
Prompts to user to select the job that they want to run.
Jobs
git
- Runs
git init - Creates a .gitignore with good defaults.
prettier
- Creates a
.pretterrcwith good defaults. - Installs
prettieras a dev dependency. - Inserts a
formatscript topackage.json.
Local Development
git clone https://github.com/tarikyildizci/varet.gityarn && yarn buildyarn global add "file:$PWD"varet -h
TODO
- [x] jobs > git
- [x] jobs > prettier
- [x] jobs > vscode
- [ ] jobs > tailwind
