YetAnotherToDoList/CMD_HISTORY.md

569 B

Command history

Commands were run in the order listed below on a debian based system.

Initial setup

  • Initialize go module

    go mod init somepi.ddns.net/gitea/gilex-dev/YetAnotherToDoList
    
  • Install cobra-cli (try ~/go/bin/cobra-cli if cobra-cli can not be found in your PATH)

    go install github.com/spf13/cobra-cli@latest
    cobra-cli init --viper --license gpl-3.0 --author "gilex-dev gilex-dev@proton.me"
    
  • Add missing modules

    go mod tidy
    
  • Add license command

    cobra-cli add license