Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danpacho/blog-post-generator

📦 Easy posting via terminal
https://github.com/danpacho/blog-post-generator

cli posting terminal

Last synced: about 1 month ago
JSON representation

📦 Easy posting via terminal

Awesome Lists containing this project

README

        


Blog Post Generator 📦

![npm version](https://badge.fury.io/js/@danpacho%2Fpost-generator.svg)

> `CLI` post generator for a more `prosperous life`

# Demo

![post-generator-demo.gif](./public/demo.gif)

# Run apps

## Once

```bash
npx -y @danpacho/post-generator
```

## With scripts

1. **add to the `package.json`**

```json
{
"scripts": {
"post": "npx -y @danpacho/post-generator"
}
}
```

2. **run with script**

```bash
pnpm post
```

## Installation

```bash
pnpm add -D @danpacho/post-generator
```

# LICENSE

[MIT](./LICENSE)