A package to convert your markdown to a full blown web app
- Clone or download the
experimentbranch. It always has the latest commits - Go into the remarque directory by using
cd Remarque. - Make sure you have node.js installed on your machine
- Install all the dependencies by running
npm i - After that just run
npm i -g, to install remarque globally - Follow the Guidelines and for a overview of the commands check below.
WIP
c,chapters: Comma separated list of chapters to converto,output: Directory where to dump all the converted filesj,config: Path to custom configuration json file relative to cwd
remarque convert -c Converts all the chapters
remarque convert -c 1 Convert the chapter 1
remarque convert -c 1-5 Convert chapters 1-5
remarque convert -c 1-5,6 Convert chapters 1-5 and chapter 6
remarque convert -c 1-5,6-8 Convert chapters 1-5 and chapters 6-8
remarque convert -c 1 -o OUTPUTS dumps chapter 1 to OUTPUTS directory
remarque convert -c -o OUTPUTS dumps all the converted files to OUTPUTS
directory
remarque convert -c -o dumps all the converted files to OUTPUT directory
remarque convert -j Get all the configuration data from cwd
remarque.json
remarque convert -j PATH Get all the configuration data from custom
path relative to cwdWIP

