Skip to content

dskarbrevik/devhand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevHand CLI

PyPI Python Coverage Ruff

Context-aware CLI tool to improve developer experience for full-stack webapps.

Installation

Install devhand globally using uv:

# From your workspace root
cd devhand
uv pip install -e .

Or install as a uv tool:

uv tool install /path/to/devhand

Quick Start

From your workspace root (parent directory of frontend/backend projects):

  1. Setup your environment:

    dh setup
  2. Validate environment:

    dh validate
  3. Start development server:

    cd hello-world-fe  # or hello-world-be
    dh dev

Available Commands

  • dh setup - Interactive environment setup
  • dh validate - Check environment health
  • dh validate --deploy - Check for deployment completion
  • dh dev - Start dev server (context-aware)
  • dh build - Build for production
  • dh build --docker - Build Docker image
  • dh db migrate - Run migrations
  • dh db sync-users - Sync allowed users
  • dh clean - Remove artifacts

See full documentation in the repository.

About

CLI tool to improve devX for webapps

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages