tanksuzuki / easel

A tool for write down your lean-canvas using markdown.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

easel

release license: Apache

easel is a tool for write down your lean-canvas using markdown.

Install

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.

Usage

$ 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.

Generate base markdown

$ 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 down your canvas using markdown

Write your lean-canvas to above markdown.

NOTE:

  • Do not add/modify h1(# heading).
  • Emoji supported 🍺. e.g.:beer:

Convert the canvas to HTML with style

$ easel write sample.md > sample.html

Preview the canvas on your browser

$ 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

License

easel is licensed under the Apache License, Version 2.0.

Author

Asuka Suzuki

About

A tool for write down your lean-canvas using markdown.

License:Apache License 2.0


Languages

Language:Go 94.2%Language:Makefile 5.8%