Skip to content

sheepla/chuno

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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 := LaunchPreviewServer("README.md", 3535)

if err != nil {
	log.Fatal(err)
		os.Exit(1)
}

⬇️ Install

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

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

⛏️ Development

// debug run
go run . README.md

📝 Todo

  • Syntax hightlight

📜 License

MIT

🧩 Modules

👏 Affected projects

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

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%