easel is a tool for write down your lean-canvas using markdown.
If you are OSX user, you can use homebrew:
brew tap tanksuzuki/easel
brew install easel
If you are another platform user, you can download binary from release page and place it in $PATH.
$ easel help
easel is a tool for write down your lean-canvas using markdown.
https://github.com/tanksuzuki/easel
Usage:
easel command [args]
Commands:
get Preview the markdown on the web
init Generate markdown template
watch Run the preview server
write Convert the markdown to HTML
version Show the easel version information
Use "easel help [command]" for more information about a command.
$ easel init > sample.md
sample.md:
# PROBLEM
## EXISTING ALTERNATIVES
# CUSTOMER SEGMENTS
## EARLY ADOPTERS
# UNIQUE VALUE PROPOSITION
## HIGH-LEVEL CONCEPT
# SOLUTION
# CHANNELS
# REVENUE STREAMS
# COST STRUCTURE
# KEY METRICS
# UNFAIR ADVANTAGE
Write your lean-canvas to above markdown.
NOTE:
- Do not add/modify h1(
# heading
). - Emoji supported 🍺. e.g.
:beer:
$ easel write sample.md > sample.html
$ easel watch sample.md
Please access localhost:3000
.
Saving the markdown will reload the preview automatically.
If you want to preview markdown hosted on the web, use get
command.
$ easel get https://raw.githubusercontent.com/yourname/repo/master/sample.md?token=xxxxxxxxxx
easel is licensed under the Apache License, Version 2.0.