1.0.3 • Published 6 years ago

blankpaper v1.0.3

Weekly downloads
15
License
See 1_LICENSE.md
Repository
github
Last release
6 years ago

Blankpaper

Installation

npm i blankpaper --save

Command utilization

{
  "name": "test",
  "version": "1.0.0",
  "scripts": {
    "start":"blankpaper build",
    "reset":"blankpaper template",
    "setup":"blankpaper setup && blankpaper install"
  },
  "dependencies": {
    "blankpaper": "^1.0.0",
    "node": "~9.9.0"
  }
}

How to use

  • LaTeX installation: npm run setup
  • Tex Package installation: npm run install <--- Write definition on Texfile via newline separated format
  • Template Files Generation: npm run template
  • PDF Generation: npm start

How the Blankpaper based project looks like (for your confirmation)

package.json
package-lock.json
node_modules
tex            <--- Your genius idea is here!
.bulk          <--- Intermediate concatenated tex texts
whitepaper.pdf <--- Your fans will read this!