@forgehive/forge-cli
v0.3.18
Published
TypeScript CLI application
Downloads
112
Readme
@mono/cli
A TypeScript CLI application for the Mono project.
Installation
# Install dependencies
npm install
# Build the CLI
npm run buildUsage
# Run the CLI
npm start
# Or run in development mode
npm run dev
# Run a specific command
npm start -- helloAvailable Commands
hello: Displays a greeting message
Development
# Run tests
npm test
# Lint code
npm run lint