@antihero/cli
v0.4.0
Published
The in-project CLI tool for **OpenCraft** applications (`npx opencraft`).
Readme
@antihero/cli
The in-project CLI tool for OpenCraft applications (npx opencraft).
Usage
# Add a module to your OpenCraft project
npx opencraft add image-upload
# List installed & available modules
npx opencraft list
# Display detailed info about a module
npx opencraft info image-upload
# Run diagnostic health check
npx opencraft doctor
# Compare local files against registry templates
npx opencraft diff image-upload
# Update an unmodified module
npx opencraft update image-upload
# Safely remove an installed module
npx opencraft remove image-upload