Commit Graph

94 Commits (main)

Author SHA1 Message Date
sudo pacman -Syu 75d135bf95
refactor: use prefixName and prefixUsage 2022-08-16 12:56:09 +07:00
dependabot[bot] 38114a30c1 build(deps): bump github.com/urfave/cli/v2 from 2.11.1 to 2.11.2
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.11.1 to 2.11.2.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v2.11.1...v2.11.2)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-15 10:25:05 -07:00
sudo pacman -Syu fc3687f9bf
Merge pull request #2 from haunt98/dependabot/go_modules/github.com/urfave/cli/v2-2.11.1
build(deps): bump github.com/urfave/cli/v2 from 2.3.0 to 2.11.1
2022-07-22 09:21:34 -07:00
sudo pacman -Syu 077de7b527
Merge pull request #3 from haunt98/dependabot/go_modules/github.com/make-go-great/color-go-0.4.1
build(deps): bump github.com/make-go-great/color-go from 0.3.0 to 0.4.1
2022-07-22 09:21:27 -07:00
dependabot[bot] 51b3f122a7
build(deps): bump github.com/make-go-great/color-go from 0.3.0 to 0.4.1
Bumps [github.com/make-go-great/color-go](https://github.com/make-go-great/color-go) from 0.3.0 to 0.4.1.
- [Release notes](https://github.com/make-go-great/color-go/releases)
- [Changelog](https://github.com/make-go-great/color-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/make-go-great/color-go/compare/v0.3.0...v0.4.1)

---
updated-dependencies:
- dependency-name: github.com/make-go-great/color-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-22 16:00:29 +00:00
dependabot[bot] 48d9b53e8b
build(deps): bump github.com/urfave/cli/v2 from 2.3.0 to 2.11.1
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.3.0 to 2.11.1.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v2.3.0...v2.11.1)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-22 16:00:27 +00:00
sudo pacman -Syu cdef65df73
chore: add dependabot 2022-07-22 22:59:42 +07:00
sudo pacman -Syu cc233b1081 chore: update README badge 2021-12-02 14:18:49 +07:00
sudo pacman -Syu 44c9804038 chore(changelog): generate v0.5.0 2021-12-02 14:16:19 +07:00
sudo pacman -Syu a1cba1a747 chore: add goreleaser 2021-12-02 14:14:28 +07:00
sudo pacman -Syu 1ebe0bbf2a chore: bump github action 2021-12-02 14:09:58 +07:00
sudo pacman -Syu aea7eeffe5 chore: update go.mod with go 1.17 2021-12-02 14:08:28 +07:00
sudo pacman -Syu 693ef3d2a0 build: update go.mod 2021-05-06 23:20:03 +07:00
Tran Hau 3f19dbe666 chore(changelog): generate v0.4.0 2021-04-17 00:46:22 +07:00
Tran Hau 86895898dc chore(readme): update usage 2021-04-17 00:45:03 +07:00
Tran Hau 966b271659 refactor: split generate command and help default 2021-04-17 00:42:12 +07:00
Tran Hau 7041b0169f feat: using my own color pkg 2021-04-17 00:36:06 +07:00
Tran Hau 60f1245579 refactor: move usage, aliases to outside var 2021-04-17 00:34:53 +07:00
Tran Hau 0f1b9f6bd1 feat: using ioe.ReadInput to replace readStdin 2021-04-17 00:31:57 +07:00
Tran Hau 100e8a249d chore: update gitignore 2021-04-17 00:30:14 +07:00
Tran Hau d5139e77d7 chore: update go on github action 2021-04-17 00:29:59 +07:00
Tran Hau e0e19a31b1 chore(changelog): generate v0.3.0 2021-03-17 04:25:05 +00:00
Tran Hau ee5cae5a58 feat: use os.WriteFile instead of ioutil.WriteFile 2021-03-17 04:24:02 +00:00
Tran Hau 5395424c0a chore(changelog): generate v0.2.0 2021-03-16 10:16:45 +00:00
Tran Hau 7eb1ca475b feat: always use upper string for license name 2021-03-16 10:14:05 +00:00
Tran Hau 5dee297703 refactor: read license from input 2021-03-16 10:09:54 +00:00
Tran Hau b783a687b5 chore: add comment for stdin 2021-03-16 09:59:42 +00:00
Tran Hau ad97d643e5 feat: use go:embed to include mit template 2021-03-16 09:57:29 +00:00
Tran Hau 1c1001428d build: bump go 1.16 in go.mod 2021-03-16 09:02:53 +00:00
Tran Hau 6a995fa9f9 chore(changelog): generate changelog with v0.1.0 2021-03-16 08:54:38 +00:00
Tran Hau 64a0b30bea chore(readme): add pkg.go.dev badge 2021-03-16 08:35:31 +00:00
Tran Hau c60b1a979b chore: add guide to install with go 1.16 2021-03-16 08:25:40 +00:00
Tran Hau 760e531c74 chore: bump go 1.16 in github action 2021-03-16 08:22:23 +00:00
Tran Hau 9692fc1c44 chore(readme): add github action badges 2021-01-21 15:53:05 +07:00
Tran Hau eae68fccca chore: add github action for golang 2021-01-21 15:52:27 +07:00
Tran Hau 2187a6ddf1 chore: add README 2021-01-21 15:51:50 +07:00
Tran Hau 2661b34e05 chore: ignore node 2021-01-21 15:51:44 +07:00
Tran Hau 601a19523f chore: add MIT LICENSE 2021-01-21 15:42:01 +07:00
Tran Hau 729ed9e4af feat: add outputFlag 2021-01-21 15:41:40 +07:00
Tran Hau f03d806f8e chore(templates): add MIT 2021-01-21 15:15:46 +07:00
Tran Hau 531e6aee0b feat: add generate license 2021-01-21 15:15:34 +07:00
Tran Hau f29fa535be feat: skeleton cli app 2021-01-21 14:32:21 +07:00
Tran Hau 933f52761e chore: init go.mod 2021-01-21 13:56:30 +07:00
Tran Hau 2fbe4008df chore: init with gitignore 2021-01-21 13:52:04 +07:00