Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: martinohmann/kickoff

Tags

v0.3.4

Toggle v0.3.4's commit message
fix(goreleaser): add version prefix

v0.3.3

Toggle v0.3.3's commit message
fix: ensure dir for update state file exists

v0.3.2

Toggle v0.3.2's commit message
chore: update go.sum

v0.3.1

Toggle v0.3.1's commit message
build: add windows releases

v0.3.0

Toggle v0.3.0's commit message
chore: update go.sum

v0.2.0

Toggle v0.2.0's commit message
chore: update go.sum

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: do not treat absent default config as error (#87)

Fixes #86

No tests added as the underlying logic will be rewritten soon.

v0.1.1

Toggle v0.1.1's commit message
fix: update go.sum

v0.1.0

Toggle v0.1.0's commit message
feat: improve skeleton show output

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
handle `~` in local repo paths (#41)

This adds code to resolve `~` in local paths to the user's home
directory. It also ensures that the user's home dir is replaced with `~`
in the output of `repository list` and `skeleton list` to make paths
shorter.