To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorGetting Command Line Help
reveal-ck provides general command line help to a user so that she
understands what it does and is aware of the commands and options.
- Scenarios
-
- Show general help if reveal-ck is run without options
- Show general help if reveal-ck is run with --help
- Show the version of reveal-ck if reveal-ck is run with --version
- You need a slides file to get going
- You need a slides file to get going
- Show general help if reveal-ck is run without options
-
- When
-
I run
reveal-ck
- Then
- the exit status should be 0
- And
-
the output should match:
COMMANDS * generate * - Generate reveal.js slides * help * - Shows a list of commands or help for one command * serve, server * - Start webserver so slides are available via http
- And
-
the output should match:
A reveal.js construction kit
- Show general help if reveal-ck is run with --help
-
- When
-
I run
reveal-ck --help
- Then
- the exit status should be 0
- And
-
the output should match:
COMMANDS * generate * - Generate reveal.js slides * help * - Shows a list of commands or help for one command * serve, server * - Start webserver so slides are available via http
- Show the version of reveal-ck if reveal-ck is run with --version
-
- When
-
I run
reveal-ck --version
- Then
- the exit status should be 0
- And
-
the output should match:
reveal-ck version \d.\d.\d
- You need a slides file to get going
-
- When
-
I run
reveal-ck generate
- Then
- the exit status should be 1
- And
-
the output should match:
Create a file matching slides.* to proceed, such as slides.md
- You need a slides file to get going
-
- When
-
I run
reveal-ck serve
- Then
- the exit status should be 1
- And
-
the output should match:
Create a file matching slides.* to proceed, such as slides.md
Last published 11 months ago by jedcn.