Skip to content

This plugin is a wrapper for the BEWSoftware MDj Cli program which processes markdown files into html files.

License

Notifications You must be signed in to change notification settings

bewillcott/bewsoftware-mdj-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BEWSoftware MDj Plugin

This plugin is a wrapper for the BEWSoftware MDj CLI program which processes Markdown files into HTML files.

This plugin has six goals:

  • clean:
    Deletes the <destination> directory (default: "target/docs").

  • help:
    Auto generated during build.

  • jar:
    Creates a 'jar' file (<jarFilename>) that includes the contents of the <jarSrcDir> directory along with additional files to facilitate the creation of a self-contained/self-publishing website document.

  • manual:
    Launches the internal HTTP Server to publish the BEWSoftware MDj CLI manual in the context: "/".

  • mdj:
    Processes the markdown files from the <source> directory (default: "src/docs") into static html files in the <destination> directory (default: "target/docs").

  • publish:
    Launches the internal HTTP Server to publish the static HTML files from the <htmlSource> in the context: <context>. The source can be either a directory accessible from the local system, or a 'jar' file that contains static HTML files.

Status

This plugin is fully functional. However, I am still testing it. You are welcome to clone and compile it locally. I plan on uploading it to the Maven Repository once testing is complete.

Dependencies

This plugin requires some other projects, to be able to compile this one:

About

This plugin is a wrapper for the BEWSoftware MDj Cli program which processes markdown files into html files.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published