https://github.com/scriptnull/sblog
Start a new blog post.
https://github.com/scriptnull/sblog
Last synced: 10 months ago
JSON representation
Start a new blog post.
- Host: GitHub
- URL: https://github.com/scriptnull/sblog
- Owner: scriptnull
- License: mit
- Created: 2020-07-15T11:10:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T17:03:34.000Z (over 5 years ago)
- Last Synced: 2025-02-10T03:26:57.850Z (12 months ago)
- Language: Go
- Homepage:
- Size: 319 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sblog 
Start a new blog post.
## Usage
```
sblog [title] "tag1,tag2...tagn"
Start a new blog post.
```
## Examples
To create a blog post, open up terminal and start running
```bash
$ sblog "Releasing sblog" "blogging,automation,devops"
```
This opens up the browser with Github Editor preloaded with the front matter for the blog post.

Now, go write that amazing blog post!