@creatrip/env-safe
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "@creatrip/env-safe", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "🔑 Loads environment variables from .env for nodejs projects with safe", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -45,3 +45,3 @@ <!-- Introduce --> | ||
Use env-safe to create env config class: | ||
Use **env-safe** to create env config class: | ||
@@ -191,4 +191,12 @@ ```typescript | ||
## Contributing Guide | ||
## Samples | ||
See [CONTRIBUTING.md](https://github.com/creatrip/env-safe/blob/main/CONTRIBUTING.md) | ||
Take a look at the samples in [sample](https://github.com/creatrip/env-safe/tree/latest/SAMPLE) for examples of usage. | ||
## Contributing | ||
Learn about contribution [here](https://github.com/creatrip/env-safe/blob/latest/CONTRIBUTING.md) and how to setup your development environment [here](https://github.com/creatrip/env-safe/blob/latest/DEVELOPER.md). | ||
## License | ||
**env-safe** is [MIT Licensed](https://github.com/creatrip/env-safe/blob/latest/LICENSE). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23424
201