We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Slctl 是使用 Go 寫的, 需要事先安裝好:
下載 Source:
$ git clone git@github.com:softleader/slctl.git $ cd slctl
取得依賴的 Dependencies:
$ make bootstrap
執行專案測試, 確保一切正常:
$ make test
Slctl 會使用 Docker 開啟 Alpine 環境, 並將執行檔編譯好放入 container 中, 你可以在其中測試並不用擔會干擾當前的環境
$ make sanbox