▲ | carlos-menezes 5 days ago | |
I've been working on a library for Node (using TypeScript) that encrypts environment variables and generates typings for accessing said environment variables. e.g. you init a project (`obelisq init`) and use `obelisq set -k <key> -v <value>` (e.g. `obelisq set -k SERVICE_KEY -v ABCDEF`) to set your environment variables:
When you run `obelisq generate`, code will be generated that allows you to do this:
Partially inspired by my own article: https://www.carlos-menezes.com/post/type-first-config |