Skip to content

udx/dev.kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev.kit

Engineering kit for bootstrapping and orchestrating developer workflows. Can be integrated with AI CLI (Codex|Claude|Gemini) for automated execution and a standardized knowledge base.

Why use it:

  • Consistent entrypoint for local workflows.
  • Explicit, reversible setup with minimal shell edits.
  • Safe, discoverable automation for humans and AI.

Install: curl -fsSL https://raw.githubusercontent.com/udx/dev.kit/main/bin/scripts/install.sh | bash

Enable: dev.kit enable --shell=bash # or --shell=zsh

Flow:

  • Install creates ~/.udx/dev.kit/ and drops env/config there.
  • Enable opts into auto-init for new shells (and loads autocomplete).
  • Each session prints
> dev.kit: active
> Run `dev.kit` to start

Docs:

  • docs/index.md (entry point)
  • docs/overview.md (short guide)
  • docs/concepts/devsecops-demo.md (team demo)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published