PHPackages                             yohn/cl-markdown-post-creator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. yohn/cl-markdown-post-creator

ActiveLibrary[CLI &amp; Console](/categories/cli)

yohn/cl-markdown-post-creator
=============================

A simple way to create a Markdown blog, page, or gallery post in markdown format with the yaml frontmatter, and a basic start for your next new post.

0.1.0(1y ago)22MITPHPPHP &gt;=8

Since Nov 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Yohn/CL-Markdown-Post-Creator)[ Packagist](https://packagist.org/packages/yohn/cl-markdown-post-creator)[ RSS](/packages/yohn-cl-markdown-post-creator/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Command line Markdown Post Creator
==================================

[](#command-line-markdown-post-creator)

A simple way to create a Markdown blog, page, or gallery post in markdown format with the yaml frontmatter, and a basic start for your next new post.

Install via Composer
--------------------

[](#install-via-composer)

```
composer require yohn/cl-markdown-post-creator
```

Create a new blog, page, or gallery
-----------------------------------

[](#create-a-new-blog-page-or-gallery)

> I will will need to work on the gallery some more

Default Settings:
-----------------

[](#default-settings)

```
$config = [
		'timezone' => 'EST',
		'blogDirectory' => 'content/blog',
		'pageDirectory' => 'content/page',
		'galleryDirectory' => 'content/gallery',
	];
```

```
php vendor/bin/.yo-create
```

To Specify Your Own Settings
----------------------------

[](#to-specify-your-own-settings)

```
php vendor/bin/.yo-create --config altConfig.php
```

Frontmatter Example:
--------------------

[](#frontmatter-example)

```
created: 'YYY-MM-DD HH:MM:SS'
title: 'The Title'
description: 'Some description of the page. Used for meta information.'
tags:
    - multiple
    - tags
    - like
    - this
draft: true
thumbnail: ''
```

### Creating a New Page

[](#creating-a-new-page)

[![CLI](img/CLI.png)](img/CLI.png)

### Creating a New Blog Post

[](#creating-a-new-blog-post)

[![CLI2](img/CLI2.png)](img/CLI2.png)

### Created Markdown File

[](#created-markdown-file)

[![CreatedMarkdownFile.png](img/CreatedMarkdownFile.png)](img/CreatedMarkdownFile.png)

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

593d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2002591?v=4)[JWB](/maintainers/Yohn)[@Yohn](https://github.com/Yohn)

---

Top Contributors

[![Yohn](https://avatars.githubusercontent.com/u/2002591?v=4)](https://github.com/Yohn "Yohn (3 commits)")

---

Tags

clicommand-linecommand-line-toolmarkdownmarkdown-creatorclicommand-linemarkdownpagesbloggallerypostscreate-postscreate-markdown

### Embed Badge

![Health badge](/badges/yohn-cl-markdown-post-creator/health.svg)

```
[![Health](https://phpackages.com/badges/yohn-cl-markdown-post-creator/health.svg)](https://phpackages.com/packages/yohn-cl-markdown-post-creator)
```

###  Alternatives

[symfony/console

Eases the creation of beautiful and testable command line interfaces

9.8k1.1B13.9k](/packages/symfony-console)[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

54743.1k4](/packages/jolicode-castor)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[samsara/roster

A PHP console tool to generate Markdown documentation from your docblocks and types hints using templates.

181.1k](/packages/samsara-roster)[whatsdiff/whatsdiff

See what's changed in your project's dependencies

771.2k](/packages/whatsdiff-whatsdiff)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
