Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CLI for CodeRoad tutorial creation

License

NotificationsYou must be signed in to change notification settings

coderoad/coderoad-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command line interface forCodeRoad.

Pre-Requisites

Install

Use CodeRoad CLI to setup and build a tutorial configuration file.

npm install -g coderoad-cli

Craete

$ coderoad create

Create templates files in the current folder for the content and setup files.

Build

$ 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

Stars

Watchers

Forks

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp