1
0
Fork
You've already forked vcm
0
No description
  • Rust 65.6%
  • Nix 22.5%
  • Just 11.9%
2026年07月11日 18:45:04 +02:00
.vibekiller fix REUSE 2026年07月11日 18:43:41 +02:00
LICENSES fix REUSE 2026年07月11日 18:43:41 +02:00
vendor fix REUSE 2026年07月11日 18:43:41 +02:00
.envrc init vcm 2026年07月11日 18:43:39 +02:00
.gitattributes fix language stats 2026年07月11日 18:45:04 +02:00
.gitignore init vcm 2026年07月11日 18:43:39 +02:00
AGENTS.md init vk 2026年07月11日 18:43:39 +02:00
AGENTS.md.license fix REUSE 2026年07月11日 18:43:41 +02:00
Cargo.lock init vcm 2026年07月11日 18:43:39 +02:00
Cargo.toml init vcm 2026年07月11日 18:43:39 +02:00
CLAUDE.md init vk 2026年07月11日 18:43:39 +02:00
flake.lock init vcm 2026年07月11日 18:43:39 +02:00
flake.nix init vcm 2026年07月11日 18:43:39 +02:00
justfile init vcm 2026年07月11日 18:43:39 +02:00
main.rs implement config format and adding snippets to it 2026年07月11日 18:43:40 +02:00
README.md init vcm 2026年07月11日 18:43:39 +02:00
REUSE.toml init vcm 2026年07月11日 18:43:39 +02:00

Vendored Code Manager

Why?

I had two problems:

  1. Pulling in a new dependency for every little thing is bad.
  2. I copy a lot of things into every project.

I want to solve this by vendoring little snippets. This is a tool for keeping them in sync.