ranger-file
v0.0.3
Published
Plain file output plugin for Ranger Compiler
Downloads
2
Readme
Plaintext plugin for Ranger Compiler
Creates slides for http://lab.hakim.se/reveal-js/#/
Usage
Install ranger compiler
npm install -g ranger-compiler
Install this package
npm install ranger-file
Create a file with slides, for example test.txt
plugin.file 'README.md' '
# Hello World
'
And then run the compiler with command:
ranger-compiler -plugins=ranger-file test.txt
The results will be saved in bin/README.md