Skip to content

pandoc package manager, manage your templates and build options.

License

Notifications You must be signed in to change notification settings

adedomin/pandoc-ppm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pandoc package manager

package manager for handling and building your pandoc projects.

Installing

npm install pandoc-ppm

Usage

ppm init
# initialize your project
# will prompt for project name and other options
# creates pandoc-proj.yml

ppm install 
# install all dependencies declared in your pandoc-proj.yml 
ppm install git-repo
# will prompt to know which files in the repo are templates

ppm build [ build_type ]
# will build based on type: in your pandoc-proj.yml,
# unless you give it a second arg

About

pandoc package manager, manage your templates and build options.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published