Skip to content

yungvldai/diploma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

30 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

My diploma

Source code Source

https://github.com/yungvldai/dbmc

Demo

demo

Installing

git clone https://github.com/yungvldai/diploma
cd diploma
npm install

java, xelatex and biber are also needed.

Usage

  • npm run build builds production version of main document, including TOC, sources and references;
  • npm run build-dev builds development version of main document only;
  • npm run watch runs watcher, which observe changes in folders src/ and lib/, it runs fast-rebuild document on change.
  • npm run release builds document, merges all of pdfs, creates release commit and tag, then pushes to remote.
  • npm run clean cleans build/ and document/. Use in emergencies.