https://github.com/gobuffalo/envy

configuration environment environment-variables go gobuffalo golang helpers

Last synced: about 1 month ago

Repository metadata:

Envy makes working with ENV variables in Go trivial.


Owner metadata:


Committers metadata

Last synced: about 1 month ago

Total Commits: 69
Total Committers: 18
Avg Commits per committer: 3.833
Development Distribution Score (DDS): 0.42

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Mark Bates m****k@m****m 40
Dexafree d****0@g****m 5
Yonghwan SO s****x@g****m 5
Antonio Pagano a****o@w****o 4
Tufan Baris Yildirim t****m@g****m 2
Joel Kenny D****e 1
= = 1
Alan Scherger a****r@g****m 1
Andrew Smith a****y@r****m 1
Chris Morgan c****n@g****m 1
Denis Shevchenko n****o@g****m 1
Egon Elbre e****e@g****m 1
Florin Pățan f****n@g****m 1
George Armhold a****d@g****m 1
John Hobbs j****n@v****g 1
Matthew Clark m****6@g****m 1
Robby O'Connor r****r@g****m 1
Stanislas Michalak s****k@g****m 1

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

go: github.com/gobuffalo/envy

package envy makes working with ENV variables in Go trivial. * Get ENV variables with default values. * Set ENV variables safely without affecting the underlying system. * Temporarily change ENV vars; useful for testing. * Map all of the key/values in the ENV. * Loads .env files (by using godotenv(https://github.com/joho/godotenv/)) * More!

  • Homepage: https://github.com/gobuffalo/envy
  • Documentation: https://pkg.go.dev/github.com/gobuffalo/envy#section-documentation
  • Licenses: MIT, MIT
  • Latest release: v1.10.2 (published over 2 years ago)
  • Last Synced: 2024-11-11T01:12:31.583Z (about 1 month ago)
  • Versions: 31
  • Dependent Packages: 1,650
  • Dependent Repositories: 23,269
  • Docker Downloads: 15,908,807
  • Rankings:
    • Dependent repos count: 0.04%
    • Dependent packages count: 0.098%
    • Docker downloads count: 0.384%
    • Average: 1.887%
    • Stargazers count: 4.01%
    • Forks count: 4.903%
go: github.com/gobuffalo/enVY

  • Homepage: https://github.com/gobuffalo/enVY
  • Documentation: https://pkg.go.dev/github.com/gobuffalo/enVY#section-documentation
  • Licenses: MIT
  • Latest release: v1.10.2 (published over 2 years ago)
  • Last Synced: 2024-11-11T01:12:33.644Z (about 1 month ago)
  • Versions: 31
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 2.38%
    • Forks count: 2.945%
    • Average: 5.418%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%
go: github.com/gobuffalo/envy/v2

package envy makes working with ENV variables in Go trivial. * Get ENV variables with default values. * Set ENV variables safely without affecting the underlying system. * Temporarily change ENV vars; useful for testing. * Map all of the key/values in the ENV. * Loads .env files (by using godotenv(https://github.com/joho/godotenv/)) * More!

  • Homepage: https://github.com/gobuffalo/envy
  • Documentation: https://pkg.go.dev/github.com/gobuffalo/envy/v2#section-documentation
  • Licenses: MIT, MIT
  • Latest release: (published 8 months ago)
  • Last Synced: 2024-11-10T00:32:04.505Z (about 1 month ago)
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 2.38%
    • Forks count: 2.945%
    • Average: 5.418%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%

Dependencies

go.mod go
  • github.com/davecgh/go-spew v1.1.1
  • github.com/joho/godotenv v1.4.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/testify v1.7.2
  • golang.org/x/mod v0.5.1
  • golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898
  • gopkg.in/yaml.v3 v3.0.1
go.sum go
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/joho/godotenv v1.4.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.7.2
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
  • golang.org/x/mod v0.5.1
  • golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
  • golang.org/x/net v0.0.0-20190620200207-3b0461eec859
  • golang.org/x/sync v0.0.0-20190423024810-112230192c58
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20190412213103-97732733099d
  • golang.org/x/text v0.3.0
  • golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e
  • golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
  • golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.1