https://github.com/joho/godotenv

A Go port of Ruby's dotenv library (Loads environment variables from .env files)
https://github.com/joho/godotenv

Keywords

dotenv environment-variables go golang

Keywords from Contributors

observability developer-tools animations generate data-structures conversion composable measures profile archiving

Last synced: 11 months ago
JSON representation

Acceptance Criteria

Repository metadata

A Go port of Ruby's dotenv library (Loads environment variables from .env files)


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: about 1 year ago

Total Commits: 136
Total Committers: 40
Avg Commits per committer: 3.4
Development Distribution Score (DDS): 0.61

Commits in past year: 4
Committers in past year: 4
Avg Commits per committer in past year: 1.0
Development Distribution Score (DDS) in past year: 0.75

Name Email Commits
John Barton (joho) j****n@g****m 53
John Barton jb@j****o 20
Alex Quick a****x@a****m 10
Andre Soares a****v@g****m 5
Takumasa Sakao t****o@a****p 4
dependabot[bot] 4****] 3
2tef 2****f 3
Paul Annesley p****l@a****c 2
santosh653 7****3 2
Martin Milata m****a@r****m 2
David Bochenski d****d@b****k 2
Dave Henderson d****n@g****m 2
orxobo 4****o 1
Elliot Murphy s****k 1
renovate[bot] 2****] 1
AJ ONeal c****6@g****m 1
Alexander Klein x****4@g****m 1
Bahtiyar Biksayev b****v@g****m 1
Chris Jones c****s@i****m 1
Christian Musa c****a@g****m 1
Doarakko 2****i@g****m 1
Dustin H h****n@g****m 1
Josh Mervine j****a@m****t 1
Kha Nguyen n****2@g****m 1
Lucas Tétreault l****t@g****m 1
Mark Wolfe m****k@w****u 1
Matias Anaya m****a@f****u 1
Mendy Danzinger m****r@g****m 1
Oenning g****g@s****m 1
Oleksandr Redko o****b@g****m 1
and 10 more...

Committer domains:


Issue and Pull Request metadata

Last synced: about 1 year ago

Total issues: 53
Total pull requests: 63
Average time to close issues: about 1 year
Average time to close pull requests: 5 months
Total issue authors: 48
Total pull request authors: 49
Average comments per issue: 2.87
Average comments per pull request: 1.27
Merged pull request: 22
Bot issues: 1
Bot pull requests: 5

Past year issues: 10
Past year pull requests: 8
Past year average time to close issues: 4 days
Past year average time to close pull requests: 14 days
Past year issue authors: 10
Past year pull request authors: 7
Past year average comments per issue: 1.3
Past year average comments per pull request: 0.13
Past year merged pull request: 4
Past year bot issues: 0
Past year bot pull requests: 2

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/joho/godotenv

Top Issue Authors

  • joho (3)
  • evandam (3)
  • coolaj86 (2)
  • hpello (1)
  • jeremiahkjones (1)
  • jutionck (1)
  • kameshsampath (1)
  • kamontat (1)
  • kasuganosora (1)
  • kmomberg (1)
  • maffka123 (1)
  • mandric (1)
  • mniak (1)
  • mojochao (1)
  • mosleim (1)

Top Pull Request Authors

  • joho (7)
  • dependabot[bot] (5)
  • 2tef (4)
  • egasimov (2)
  • ulyssessouza (1)
  • vietvudanh (1)
  • jiashao-dev (1)
  • ghaninia (1)
  • D-sense (1)
  • bd82 (1)
  • x1unix (1)
  • ronny (1)
  • ansel1 (1)
  • peeley (1)
  • cdignam-segment (1)

Top Issue Labels

  • duplicate (1)

Top Pull Request Labels

  • dependencies (5)
  • github_actions (5)

Package metadata

proxy.golang.org: github.com/joho/godotenv

Package godotenv is a go port of the ruby dotenv library (https://github.com/bkeepers/dotenv) Examples/readme can be found on the GitHub page at https://github.com/joho/godotenv The TL;DR is that you make a .env file that looks something like and then in your go code you can call and all the env vars declared in .env will be available through os.Getenv("SOME_ENV_VAR")

  • Homepage: https://github.com/joho/godotenv
  • Documentation: https://pkg.go.dev/github.com/joho/godotenv#section-documentation
  • Licenses: MIT
  • Latest release: v1.5.1 (published over 2 years ago)
  • Last Synced: 2024-06-04T21:01:35.872Z (11 months ago)
  • Versions: 7
  • Dependent Packages: 12,387
  • Dependent Repositories: 51,498
  • Docker Downloads: 4,257,023,612
  • Rankings:
    • Dependent packages count: 0.016%
    • Dependent repos count: 0.023%
    • Docker downloads count: 0.064%
    • Average: 0.5%
    • Stargazers count: 0.848%
    • Forks count: 1.55%
proxy.golang.org: gopkg.in/joho/godotenv.v1

Package godotenv is a go port of the ruby dotenv library (https://github.com/bkeepers/dotenv) Examples/readme can be found on the github page at https://github.com/joho/godotenv The TL;DR is that you make a .env file that looks something like and then in your go code you can call and all the env vars declared in .env will be available through os.Getenv("SOME_ENV_VAR")

  • Homepage: https://github.com/joho/godotenv
  • Documentation: https://pkg.go.dev/gopkg.in/joho/godotenv.v1#section-documentation
  • Licenses: MIT
  • Latest release: v1.3.0 (published over 6 years ago)
  • Last Synced: 2024-05-20T07:48:30.231Z (12 months ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Rankings:
    • Stargazers count: 0.796%
    • Forks count: 1.456%
    • Average: 4.129%
    • Dependent repos count: 4.713%
    • Dependent packages count: 9.553%
proxy.golang.org: github.com/joho/Godotenv

Package godotenv is a go port of the ruby dotenv library (https://github.com/bkeepers/dotenv) Examples/readme can be found on the github page at https://github.com/joho/godotenv The TL;DR is that you make a .env file that looks something like and then in your go code you can call and all the env vars declared in .env will be available through os.Getenv("SOME_ENV_VAR")

  • Homepage: https://github.com/joho/Godotenv
  • Documentation: https://pkg.go.dev/github.com/joho/Godotenv#section-documentation
  • Licenses: MIT
  • Latest release: v1.5.1 (published over 2 years ago)
  • Last Synced: 2024-05-20T07:48:28.079Z (12 months ago)
  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 0.563%
    • Forks count: 0.99%
    • Average: 4.474%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/joho/goDotenv

Package godotenv is a go port of the ruby dotenv library (https://github.com/bkeepers/dotenv) Examples/readme can be found on the github page at https://github.com/joho/godotenv The TL;DR is that you make a .env file that looks something like and then in your go code you can call and all the env vars declared in .env will be available through os.Getenv("SOME_ENV_VAR")

  • Homepage: https://github.com/joho/goDotenv
  • Documentation: https://pkg.go.dev/github.com/joho/goDotenv#section-documentation
  • Licenses: MIT
  • Latest release: v1.5.1 (published over 2 years ago)
  • Last Synced: 2024-05-20T07:48:32.547Z (12 months ago)
  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 0.722%
    • Forks count: 0.958%
    • Average: 4.506%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/Joho/godotenv

Package godotenv is a go port of the ruby dotenv library (https://github.com/bkeepers/dotenv) Examples/readme can be found on the github page at https://github.com/joho/godotenv The TL;DR is that you make a .env file that looks something like and then in your go code you can call and all the env vars declared in .env will be available through os.Getenv("SOME_ENV_VAR")

  • Homepage: https://github.com/Joho/godotenv
  • Documentation: https://pkg.go.dev/github.com/Joho/godotenv#section-documentation
  • Licenses: MIT
  • Latest release: v1.5.1 (published over 2 years ago)
  • Last Synced: 2024-05-20T07:48:31.432Z (12 months ago)
  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 0.75%
    • Forks count: 0.992%
    • Average: 4.522%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/joho/GOdotenv

Package godotenv is a go port of the ruby dotenv library (https://github.com/bkeepers/dotenv) Examples/readme can be found on the github page at https://github.com/joho/godotenv The TL;DR is that you make a .env file that looks something like and then in your go code you can call and all the env vars declared in .env will be available through os.Getenv("SOME_ENV_VAR")

  • Homepage: https://github.com/joho/GOdotenv
  • Documentation: https://pkg.go.dev/github.com/joho/GOdotenv#section-documentation
  • Licenses: MIT
  • Latest release: v1.5.1 (published over 2 years ago)
  • Last Synced: 2024-05-20T07:48:29.877Z (12 months ago)
  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 0.81%
    • Forks count: 1.488%
    • Average: 5.441%
    • Dependent packages count: 8.899%
    • Dependent repos count: 10.567%
proxy.golang.org: github.com/joho/goDotEnv

Package godotenv is a go port of the ruby dotenv library (https://github.com/bkeepers/dotenv) Examples/readme can be found on the github page at https://github.com/joho/godotenv The TL;DR is that you make a .env file that looks something like and then in your go code you can call and all the env vars declared in .env will be available through os.Getenv("SOME_ENV_VAR")

  • Homepage: https://github.com/joho/goDotEnv
  • Documentation: https://pkg.go.dev/github.com/joho/goDotEnv#section-documentation
  • Licenses: MIT
  • Latest release: v1.5.1 (published over 2 years ago)
  • Last Synced: 2024-05-20T07:48:31.442Z (12 months ago)
  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.999%
    • Average: 8.173%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/joho/GoDotEnv

Package godotenv is a go port of the ruby dotenv library (https://github.com/bkeepers/dotenv) Examples/readme can be found on the github page at https://github.com/joho/godotenv The TL;DR is that you make a .env file that looks something like and then in your go code you can call and all the env vars declared in .env will be available through os.Getenv("SOME_ENV_VAR")

  • Homepage: https://github.com/joho/GoDotEnv
  • Documentation: https://pkg.go.dev/github.com/joho/GoDotEnv#section-documentation
  • Licenses: MIT
  • Latest release: v1.5.1 (published over 2 years ago)
  • Last Synced: 2024-05-20T07:48:29.945Z (12 months ago)
  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.999%
    • Average: 8.173%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/joho/godotEnv

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/joho/godotEnv#section-documentation
  • Licenses: mit
  • Latest release: v1.5.1 (published over 2 years ago)
  • Last Synced: 2024-05-20T07:48:31.320Z (12 months ago)
  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.999%
    • Average: 8.173%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/joho/GoDotenv

Package godotenv is a go port of the ruby dotenv library (https://github.com/bkeepers/dotenv) Examples/readme can be found on the github page at https://github.com/joho/godotenv The TL;DR is that you make a .env file that looks something like and then in your go code you can call and all the env vars declared in .env will be available through os.Getenv("SOME_ENV_VAR")

  • Homepage: https://github.com/joho/GoDotenv
  • Documentation: https://pkg.go.dev/github.com/joho/GoDotenv#section-documentation
  • Licenses: MIT
  • Latest release: v1.5.1 (published over 2 years ago)
  • Last Synced: 2024-05-20T07:48:29.693Z (12 months ago)
  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 8.804%
    • Average: 9.365%
    • Dependent repos count: 9.927%

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v3 composite
  • actions/setup-go v3 composite
.github/workflows/codeql-analysis.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite
.github/workflows/release.yml actions
  • actions/checkout v3 composite
  • svenstaro/upload-release-action v2 composite
  • thatisuday/go-cross-build v1.0.2 composite
go.mod go

Score: 34.81217133679329