Wispeeer User Guide

Usage: wispeeer -[gpdhv] [-i <alias>] [-n <title>]

If you are using it for the first time,
first execute the command “wispeeer init <Blog directory>” to initialize the blog.

概览:

依赖 (Require)

编译依赖 (Build Require)

GNU Make 4.3 (make --version)

go version go1.16 (go version)

Build & Run

1
2
make build
./bin/wispeeer_$(go env GOOS)_$(go env GOARCH) -h

more build option

1
make help

Usage

1
wispeeer -h

wispeeer init

1
2
wispeeer init ${USER}.github.io
cd ${USER}.github.io

Reference