mdcli is a simple command-line tool for processing Markdown files.
- Accepts a Markdown file as an argument
- Reads and processes the file
- Supports flag-based and positional arguments
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
Run mdcli
with a Markdown file as an argument:
./mdcli filename.md
or using a flag:
./mdcli -file=filename.md
Processing file: filename.md
This project is licensed under the MIT License.
Made with ❤️ in Go by Tachera SASI.