Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghall89/marky
Turn Markdown files into styled webpages
https://github.com/ghall89/marky
converter css go html markdown web
Last synced: 1 day ago
JSON representation
Turn Markdown files into styled webpages
- Host: GitHub
- URL: https://github.com/ghall89/marky
- Owner: ghall89
- License: mit
- Created: 2024-04-05T23:19:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-07T03:35:53.000Z (7 months ago)
- Last Synced: 2024-04-07T04:29:14.114Z (7 months ago)
- Topics: converter, css, go, html, markdown, web
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# marky
![GitHub License](https://img.shields.io/github/license/ghall89/marky)
A command line tool, written in Go, to convert a Markdown file into a simple webpage.
## Installing
The executable downloaded from [GitHub releases](https://github.com/ghall89/marky/releases) in your terminal.
## Building From Source
Run `make` or `make build` from the project directory. Binaries for macOS/Darwin, Linux, and Windows will be compiled to 'target/'.
## Usage
marky takes a single argument, the path to the Markdown file you'd like to convert.
A directory with name of your Markdown file will be created with the generated HTML and a CSS file. The webpage will then open in your default browser.