scaffold2dev-cli-toolkit
v1.0.3
Published
A CLI tool for scaffolding development projects
Maintainers
Readme
scaffold2dev-cli-toolkit
A powerful CLI tool for scaffolding development projects with clean architecture patterns.
Main Repository
🔗 Main Project: Scaffold2Dev
This CLI is part of the larger Scaffold2Dev project that provides comprehensive project scaffolds and boilerplates.
Installation
Option 1: Install from npm (Recommended)
npm install -g scaffold2dev-cli-toolkitOption 2: Install from Source
# Clone the main repository
git clone https://github.com/KJ-AIML/Scaffold2Dev.git
cd Scaffold2Dev/cli
# Install dependencies
pnpm install
# Install globally
pnpm install -g .Usage
scaffold2dev-cli
# หรือ short alias
s2dNote: If you installed from source, you can use
scaffold2devors2ddirectly.
Features
- 🦀 Rust projects with Clean Architecture + Axum
- 🐍 Python projects with Clean Architecture + FastAPI
- 🤖 Agentic AI applications
- 🔄 Hybrid Agentic + Clean Architecture
- 📁 Pre-configured project structures
- 🚀 Ready-to-run development environments
Supported Templates
Rust
- Clean + Hexagonal + Axum: Production-ready web server with clean architecture
Python
- Clean + Hexagonal + FastAPI: Modern API server with clean architecture
License
MIT
