bootspring content
Generate and manage content for your project including blog posts, documentation, and release notes.
Overview#
The content command provides templates for creating various types of content. It generates structured content files ready for customization.
Usage#
Loading code block...
Commands#
| Command | Description |
|---|---|
new <type> | Generate new content from template |
types | List available content types |
help | Show help |
Content Types#
| Type | Description |
|---|---|
blog-post | Blog article template |
release-notes | Version release notes |
documentation | Documentation page (MDX) |
changelog | Changelog entry |
readme | README file |
api-doc | API endpoint documentation |
tutorial | Step-by-step tutorial |
Options#
| Option | Description |
|---|---|
--title, -t | Content title |
--description, -d | Brief description |
--author, -a | Author name |
--tags | Comma-separated tags |
--version, -v | Version number (for releases) |
--output, -o | Output directory |
Examples#
Loading code block...
Template Structure#
Each content type generates a markdown file with:
- Frontmatter metadata (title, date, author, tags)
- Structured sections with placeholder content
- Formatting guidelines
- Common patterns for the content type
Related Commands#
bootspring business- Business documentsbootspring legal- Legal documentsbootspring generate- Generate CLAUDE.md