/varet

A CLI tool to generate your defaults in new projects.

Primary LanguageTypeScript

varet

A CLI tool to generate your defaults in new projects.

Quick Start

  1. Run npm i -g varet
  2. Cd into an ampty directory
  3. Run varet exec
  4. Select the job
  5. Confirm job result

Commands

exec

Prompts to user to select the job that they want to run.

Jobs

git

  1. Runs git init
  2. Creates a .gitignore with good defaults.

prettier

  1. Creates a .pretterrc with good defaults.
  2. Installs prettier as a dev dependency.
  3. Inserts a format script to package.json.

Local Development

  1. git clone https://github.com/tarikyildizci/varet.git
  2. yarn && yarn build
  3. yarn global add "file:$PWD"
  4. varet -h

TODO

  • jobs > git
  • jobs > prettier
  • jobs > vscode
  • jobs > tailwind