Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vek

Personal developer CLI for common workflows.

Features

Gitignore generation

Build .gitignore files from selected templates in GitHub’s official github/gitignore collection.

Supported templates include Go, Node.js, Python, and Terraform/OpenTofu.

vek gitignore go
vek gitignore go node
vek gitignore terraform --print
vek gitignore list

SSH alias management

Create, inspect, list, and remove managed host entries in ~/.ssh/config. Existing unmanaged SSH configuration is left untouched.

vek ssh-alias add --alias prod --hostname example.com --user deploy
vek ssh-alias list
vek ssh-alias show prod
vek ssh-alias remove prod

Development

The project uses mise for tool versions and just for development commands.

mise install
just check
just build

License

MIT

About

Personal developer CLI for common workflows

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages