Skip to content

muradyan/markdown-based-presentation-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generating Markdown Based Specification

How to build & run

This command will install all the dependencies.

npm install

NOTE: that you need to have npm, nodejs already installed.

This command

./node_modules/.bin/grunt

will generate the following files:

  • html/slides/index.html - slides (can be converted to pdf from google-chrome)
  • html/doc/src/doc.html - the documentation
  • pdf/doc.pdf - the pdf version of the documentation

This command will watch and build if there are changes on either of the sources

./node_modules/.bin/grunt watch

Contents

  • graphs/ - contains *.dot file(s) if the presentation requires
  • pdf/ - contains the pdf documetnation
  • html/ - contains the html version of the documetnation
  • package.json - dependency packages - required by npm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors