- Notifications
You must be signed in to change notification settings - Fork2
CLI for CodeRoad tutorial creation
License
NotificationsYou must be signed in to change notification settings
coderoad/coderoad-cli
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Command line interface forCodeRoad.
Use CodeRoad CLI to setup and build a tutorial configuration file.
npm install -g coderoad-cli
$ coderoad create
Create templates files in the current folder for the content and setup files.
$ coderoad build [options]options: -g, --git Tutorial's remote git address. Either --git ot --dir should be provided. -d, --dir Tutorial's local directory. Either --git ot --dir should be provided. -c, --code Branch that contains the code. -s, --setup Branch that contains the TUTORIAL.md and coderoad.yaml files. -o, --output (Optional) Save the configuration in the output file. Log into the console if not set -h, --help (Optional) Show the help message
Build the configuration file to be used by the extension to run the tutorial. The configuration file is created by matching thelevel
andstep
ids between theTUTORIAL.md
andcoderoad.yaml
files against git commit messages with the same ids.
About
CLI for CodeRoad tutorial creation
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.