smart-document-builder
v1.0.4
Published
Smart Document Builder
Downloads
5
Maintainers
Readme
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
[x] Project generator system
[x] Project compiler
[x] Basic template
[x] CLI Help
[ ] Add completion script for CLI ussing yargs