Skip to content

Instantly share code, notes, and snippets.

@jrobinson01
Last active February 28, 2019 20:22
Show Gist options
  • Save jrobinson01/fb5cc4a0aad5e4549f2e40416110e414 to your computer and use it in GitHub Desktop.
Save jrobinson01/fb5cc4a0aad5e4549f2e40416110e414 to your computer and use it in GitHub Desktop.
My Awesome CLI thing
My Awesome CLI thing
Start*
input event ->
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment