Skip to content

v0.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 29 May 13:43
· 148 commits to main since this release
0395c62

Changelog

  • 0395c62 Merge pull request #7 from anoriqq/feature/release-pr
  • f71159a fix: repository name
  • c0a9af6 feat: add release workflow
  • 50bf697 fix(deps): update module github.com/spf13/viper to v1.12.0
  • 32d10e4 Merge pull request #5 from anoriqq/feature/script-command
  • 9e4809f docs: add installation and usage to README.md
  • 7e6295c feat: add short command help message
  • ea960dd refactor: rename file to getscript
  • 80c1b93 Merge pull request #4 from anoriqq/feature/managing-script-dir-with-git
  • 2ea0e85 feat: add print feature of config command
  • ae88910 feat: add config fields for getscript command
  • 2bfda86 feat: add getscript command
  • a388ddf chore: go get github.com/go-git/go-git/v5
  • a1de744 feat: add git client
  • 04ee58c Merge pull request #2 from anoriqq/renovate/configure
  • 3b1b285 chore: go get github.com/go-git/go-git/v5
  • b4db87d chore(deps): add renovate.json
  • 4d8cf30 Merge pull request #1 from anoriqq/feature/create-qpm
  • 4ab6ec3 chore: go mod tidy
  • 49128d9 feat: osとarchをinstall scriptに渡すように
  • 4302c75 feat: configを専用sub commandで更新できるように
  • ce93654 feat: script dirを設定できるように
  • 4e2c1a7 chore: go get github.com/AlecAivazis/survey/v2
  • 73e6ea2 feat: config fileでscript dirを管理できるように
  • 66682c8 chore: go get github.com/spf13/viper
  • 41ddcf9 feat: 改行するように
  • a4e724c feat: install scriptを実行できるように
  • 813a393 feat: add install subcommand
  • 56acea3 chore: go get github.com/spf13/cobra
  • 39291cf chore: go mod init
  • 3962b26 Initial commit