1.0.3 • Published 4 years ago
bulk-md-to-pdf v1.0.3
bulk-md-to-pdf
CLI tool wrapper around md-to-pdf to convert multiple .md notes to .pdf.
Install
npm install -g bulk-md-to-pdfUsage
build <notesDirPath>(aliasb): Converts*.mdfiles innotesDirPathto*.pdffilesE.g.,
bulk-md-to-pdf build ./notes(orbulk-md-to-pdf b ./notes)open-build(aliaso): Opens the build folderclean(aliasc): Removes all built*.pdffiles
Testing
Link bin locally: npm link (run in project folder root)
CLI should now be available globally via bulk-md-to-pdf <command> [options].
Alternatively, CLI can be used locally through an npm script via npm start <command> [options], other npm scripts include:
npm run build <notesDirPath>npm run clean