Skip to content

Comamoca/chuno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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で作った

Releases

No releases published

Packages

No packages published