Skip to content

MarkDown renderer for the terminal (Markdown CLI)

License

Notifications You must be signed in to change notification settings

tacheraSasi/mdcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDCLI

mdcli is a simple command-line tool for processing Markdown files.

Features

  • Accepts a Markdown file as an argument
  • Reads and processes the file
  • Supports flag-based and positional arguments

Installation

Clone the repository and build the project:

git clone https://github.com/tacheraSasi/mdcli.git
cd mdcli
make build_(your os) #e.g build_linux
go build -o mdcli

Usage

Run mdcli with a Markdown file as an argument:

./mdcli filename.md

or using a flag:

./mdcli -file=filename.md

⚡ Example Output

Processing file: filename.md

License

This project is licensed under the MIT License.


Made with ❤️ in Go by Tachera SASI.

About

MarkDown renderer for the terminal (Markdown CLI)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published