0.0.3 • Published 7 years ago

ranger-file v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

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

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago