Skip to content

TosinJs/markdown-man

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown-man

Description

markdown-man is a cli tool used to convert markdown files (.md) to html files (.html) and vice versa.

Functionality

markdown-man converts markdown files to HTML and vice versa.
It has a preview toggle which opens the converted file in your browser.
All generated files are saved in the directory of the source file.

Flags

$ -file: sets the file to be worked On. Either HTML (.html) file or a Markdown (.md) file.
$ -s: a boolean to determine if the preview functionality should be skipped. The default value is false.

Usage

# Clone the repository
$ git clone https://github.com/TosinJs/markdown-man.git

# Install dependencies
$ cd markdown-man
$ go get ./...

# Start the application
In the root folder run:
$ go run ./src -file "path to file"

Test

# unit tests
$ go test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages