🍔English | 🍡日本語 |
---|
-
to CLI Tool
chuno README.md
-
to Library
err := chuno.LaunchPreviewServer(path,
3535, isDark)
if err != nil {
log.Fatal(err)
os.Exit(1)
}
-
to CLI Tool
go install github.com/Comamoca/chuno/cmd/chuno@latest
-
to Library
go get github.com/Comamoca/chuno
- CLI Tool
// debug run
go run ./cmd/chuno/main.go ./README.md
- Syntax hightlight
MIT