Skip to content

sramam/codelab-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A codelab starter

A starter repo to create your own codelab document(s). Provides some convenience functions to get started.

Getting started

The documentation is built using claat, the code-labs documentation tool.

PROJECT_DIR=<PROJECT_DIR>
git clone https://github.com/sramam/codelab-starter $PROJECT_DIR
cd $PROJECT_DIR
./install

Create a new markdown codelabs file

When we are documenting multiple codelabs in the same repo, this allows generation of the template file. Prompts for various fields that are configuralble

./generate [sub_project_name]

creates ./md/[sub_project_name].md

Build

./build <sub_project_name>

Serve

./serve.sh <sub_project_name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages