Skip to content

jamf/rendr-sample-blueprint-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rendr sample blueprint: Hello, World!

A minimal Hello World blueprint for rendr

Usage

Create a project from the blueprint:

rendr init hello --blueprint https://github.com/jamf/rendr-sample-blueprint-hello-world

Check out the functionality of your new project:

cd hello
./hello.sh
> Hello, world!

The blueprint can be customized with a different name to use for the greeting, by providing the name value:

rendr init hello --blueprint https://github.com/jamf/rendr-sample-blueprint-hello-world --value name:foo
cd hello
./hello.sh
> Hello, foo!

About

A minimal Hello World blueprint for rendr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages