istd-init
v0.1.1
Published
Initialize a project with BMAD-METHOD pre-configured in one command
Downloads
243
Maintainers
Readme
istd-init
One-command BMAD-METHOD project initializer
Initialize any folder as a BMAD-powered project with a single command.
Quick Start
mkdir my-project
cd my-project
npx istd-initThat's it. BMAD is installed, git is initialized, README is created.
Usage
# Interactive mode (asks questions)
npx istd-init
# Quick mode (uses defaults)
npx istd-init --yes
# Skip specific steps
npx istd-init --no-git --no-readmeOptions
| Flag | Description |
|------|-------------|
| -y, --yes | Skip all prompts, use defaults |
| --no-bmad | Skip BMAD installation |
| --no-git | Skip git initialization |
| --no-readme | Skip README creation |
| -h, --help | Show help |
| -v, --version | Show version |
What Gets Installed
- BMAD-METHOD with modules:
bmm,bmb,cis(configurable) .gitignorewith sensible defaultsREADME.mdtemplate- Git repo initialized on
mainbranch
Requirements
- Node.js 20+
- Git
- An AI IDE (Claude Code recommended)
License
MIT © Theerasak Duangkaew
