Feature: mdcli init
Scaffold a docs folder with index.md, config file, and folder structure.
Details
- New
init subcommand: mdcli init [directory]
- Create a
.mdcli.yaml config file with default settings
- Generate a
README.md or index.md with a welcome message
- Optionally create a folder structure (e.g.,
docs/, guides/, api/)
- Interactive prompts for project name, theme, and structure
- Support
--template flag for different project types (docs, blog, wiki)
Why
Lowers the barrier to getting started. Users get a working setup immediately instead of creating files manually.
Feature: mdcli init
Scaffold a docs folder with index.md, config file, and folder structure.
Details
initsubcommand:mdcli init [directory].mdcli.yamlconfig file with default settingsREADME.mdorindex.mdwith a welcome messagedocs/,guides/,api/)--templateflag for different project types (docs, blog, wiki)Why
Lowers the barrier to getting started. Users get a working setup immediately instead of creating files manually.