Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/foo-dogsquared/automate-md

A CLI program that manages the frontmatter of your Jekyll or Hugo posts without manually entering into your text editor.
https://github.com/foo-dogsquared/automate-md

automation cpp cpp14 frontmatter hugo jekyll markdown

Last synced: 22 days ago
JSON representation

A CLI program that manages the frontmatter of your Jekyll or Hugo posts without manually entering into your text editor.

Awesome Lists containing this project

README

        

# automate-md
[![HitCount](http://hits.dwyl.io/foo-dogsquared/automate-md.svg)](http://hits.dwyl.io/foo-dogsquared/automate-md)
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](./LICENSE)
![Version](https://img.shields.io/badge/version-1.0-brightgreen.svg)
![Size](https://github-size-badge.herokuapp.com/foo-dogsquared/automate-md.svg)

A blogging tool for those who use Jekyll and Hugo (probably)...

## How to use
Clone the Git repo with:
```
git clone https://github.com/foo-dogsquared/automate-md.git
cd automate-md
```

For now, to use the program, you would have to build it yourself with `cmake` and `make`.

```bash
cmake CMakeLists.txt
make
```

Just for reference, here are the related tools and their version by the time I successfully built the program:
- CMake 3.6.2
- GCC 7.3.0

For the available commands, just go [here](./docs/available-commands.md).

## How to contribute?
If you're contributing through code, you can refer [here](./docs/CONTRIBUTING.md) for the guidelines.

For issuing bugs, just file an issue on the issue tracker.

If you want to support me as a creator, you can donate a bit of spare cheap coffee money by clicking down the button below:

[![Buy Me A Coffee link](./docs/assets/button-orange.png)](https://buymeacoff.ee/foodogsquared)