@ms-cloudpack/environment
v0.1.1
Published
Environment-related utilities for Cloudpack.
Downloads
1,393
Keywords
Readme
@ms-cloudpack/environment
Environment-related utilities for Cloudpack. This helps centralize process.env
access to a single place.
Development notes
This package is written in JS so it can be consumed by Cloudpack's internal scripts package @ms-cloudpack/scripts
. Only .d.ts
files are emitted to lib
.
The package also builds with the cloudpack-scripts
bin from @ms-cloudpack/scripts
(via the repo root dependency on that package). Technically this is circular, but it won't be an issue in practice because the scripts package is also written in JS.