This project is a markdown template generator
· View App
This project is a markdown template generator app. I developed this tool because it is difficult to constantly create new markdown templates.
What if there was an implementation in Markdown that allows defining variables and each loops using template engine constructs like Handlebars?
Handlebars Template Engine | It uses a template and an input object to generate HTML or other text formats. Handlebars templates look like regular text with embedded Handlebars expressions. |
Vite | Next Generation Frontend Tooling |
Tailwind CSS | A utility-first CSS framework for rapidly building custom designs. |
Editorconfig | Helps maintain consistent coding styles for my working on the same project across various editors and IDEs |
There is a sample file in the templates directory. You can create your own markdown template by changing this file. The each
and variable definition features in the Handlebars structure are available
-
Node (v12.0.0+)
-
Npm (v6.00+)
You can create your own markdown template by modifying the example file in the templates folder. Afterwards, it is enough to paste the template pattern into the textarea
area and follow the steps.
- Copyright © 2021 - MIT License.
See LICENSE for more information.
This README was generated with by markdown-manager 🥲