arch-agent-cli
v1.1.0
Published
CLI tool to initialize architecture agent template files
Maintainers
Readme
arch-agent-cli
CLI tool to initialize architecture agent template files.
Installation
npm install -g arch-agent-cliUsage
Initialize a new project
# Initialize in current directory
arch-agent-cli --init .
# Initialize in a specific directory
arch-agent-cli --init ./my-projectShow help
arch-agent-cli --helpShow version
arch-agent-cli --versionTemplate Files
When you run arch-agent-cli --init, the following files are copied to your target directory:
arch-config.json- Main configuration file.arch-agentrc- Runtime configurationREADME.md- Project documentation
Development
Local Testing
# Link the package locally
npm link
# Now you can use the CLI
arch-agent-cli --init ./test-project
# Unlink when done
npm unlinkPublishing
# Login to npm (first time only)
npm login
# Publish the package
npm publishLicense
MIT
