1.0.4 • Published 1 year ago

smart-document-builder v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Smart Document Builder

Smart document builder is command line tool that allow user to convert documents from markdown into PDF and HTML. Shipped with predefined template for various type of documents.

Important! Still under development.

Installation and requirements

Requirements

Require pandoc to be installed on system in order to be able to use it.

Installation

sudo npm install -g smart-document-builder

Manual

Create project

sdbuilder --create-project

Compile project

sdbuilder

Display help

sdbuilder --help

Development

Changelog

ToDo

  • Project generator system

  • Project compiler

  • Basic template

  • CLI Help

  • Add completion script for CLI ussing yargs