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

Skip to content

Tags: omio-labs/myke

Tags

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rename to omio-labs/myke (#116)

* Rename to omio-labs/myke
* Fix CI
* Fix format
* Fix tests
* Fix codecov

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update travis API key (#114)

v1.0.0

Toggle v1.0.0's commit message
Add CONTRIBUTING.md and CODE_OF_CONDUCT.md (#94)

v1.0.0-rc.3

Toggle v1.0.0-rc.3's commit message
More support for verbose=0 level (#89)

v1.0.0-rc.2

Toggle v1.0.0-rc.2's commit message
Update README.md (#81)

* Update README.md

* Update README.md

* Update appveyor.yml

v1.0.0-rc1

Toggle v1.0.0-rc1's commit message
Fail when discover/mixin not present (#75)

* Failing test case when discover/mixin not present
* Fix failing test
* Fix gofmt/lint

v0.9.1

Toggle v0.9.1's commit message
Optimizations for Windows (#74)

* Bring myke go run with regular Windows environment on Windows systems
* Add environment variable expansion in the way golang does (very close to sh) that it behaves on every operating system and/or distribution in the same way to be more "cross platform"
* Added appveyor config to also enable tests to run on an Windows
environment.

* * Fixed problem with case insensitve PATH variable under Windows is doubled set - and with a chance of 50% wrong.
* Improved the output .. if a different Shell is used do not output "+ whatever" if a command starts.

v0.9.0

Toggle v0.9.0's commit message
Add error hook, Fixes #8 (#73)

v0.5.5

Toggle v0.5.5's commit message
Integrate go-reportcard (#63)

* Run gofmt

* Add golint

* Add badge

v0.5.4

Toggle v0.5.4's commit message
Update dependencies (#53)

* Update go-elastictable

* update urfave/cli

* Update ghodss/yaml

* Update gjson

* Update sprig

* Update godotenv

* Revert "update urfave/cli"

This reverts commit 2de9a04.

* Misc fixes