codemax
v0.1.1
Published
A simple CLI tool for developers
Downloads
305
Readme
CodeMax CLI
A simple CLI tool for developers to kickstart their projects and more.
Installation
Global Installation
npm install -g codemaxLocal Development
# Clone the repository
git clone <repository-url>
cd codemax
# Install dependencies with pnpm
pnpm install
# Run locally
npm startUsage
Hello Command
Say hello to someone:
codemax hello John
# Output:
# 👋 Hello, John!
# Welcome to CodeMax CLI Tool!Init Command
Initialize a new project:
codemax init my-awesome-project
# This will create a new directory with:
# - package.json
# - index.js
# - README.mdVersion
Check the version:
codemax --versionHelp
Get help information:
codemax --help
codemax hello --help
codemax init --helpFeatures
- 🚀 Quick project initialization
- 💬 Simple greeting command
- 🎨 Colored terminal output with Chalk
- 📦 Easy to install and use
- ⚡ Built with modern ES modules
- 🛠️ Powered by Commander.js
Technologies
- Node.js - Runtime environment
- Commander.js - CLI framework
- Chalk - Terminal styling
- pnpm - Package manager
Author
123pzy
License
ISC
