Skip to content

Latest commit

 

History

History
87 lines (58 loc) · 1.69 KB

README.md

File metadata and controls

87 lines (58 loc) · 1.69 KB

Last commit Repository Stars Issues Open Issues Bug Issues

eyecatch

Chuno

Instant preview server written in Go💨



🍔English 🍡日本語

🚀 How to use

  • to CLI Tool
    chuno README.md

  • to Library

err := chuno.LaunchPreviewServer(path,
		3535, isDark)
if err != nil {
	log.Fatal(err)
		os.Exit(1)
}

⬇️ Install

  • to CLI Tool
    go install github.com/Comamoca/chuno/cmd/chuno@latest

  • to Library
    go get github.com/Comamoca/chuno

⛏️ Development

  • CLI Tool
// debug run
go run ./cmd/chuno/main.go ./README.md

📝 Todo

  • Syntax hightlight

📜 License

MIT

🧩 Modules

👏 Affected projects

好きなエディタでMarkdownをプレビューするためのLive Reloadサーバを立てるコマンドをGoで作った