https://github.com/danpacho/blog-post-generator
📦 Easy posting via terminal
https://github.com/danpacho/blog-post-generator
cli posting terminal
Last synced: 4 months ago
JSON representation
📦 Easy posting via terminal
- Host: GitHub
- URL: https://github.com/danpacho/blog-post-generator
- Owner: danpacho
- License: mit
- Created: 2022-05-08T13:52:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T06:46:48.000Z (about 2 years ago)
- Last Synced: 2025-03-03T13:19:09.678Z (4 months ago)
- Topics: cli, posting, terminal
- Language: JavaScript
- Homepage: https://github.com/danpacho/blog-post-generator
- Size: 22.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Blog Post Generator 📦

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

# 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)