Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 766 Bytes

File metadata and controls

35 lines (22 loc) · 766 Bytes

Contributing

lazyenv is maintained by Steven Raimondi (@lazynop).

Reporting issues

Found a bug or have a feature request? Open an issue on GitHub.

Development

Prerequisites

  • Go 1.26+
  • just (task runner)

Build and test

just build        # build to bin/lazyenv
just test         # run tests only
just check        # fmt + vet + tests (same as CI)

Before submitting

Run just fix to apply Go modernization fixes, then make sure just check passes with no errors:

just fix
just check

License

By contributing, you agree that your contributions will be licensed under the MIT License.