@app-config/exec
Advanced tools
Changelog
v2.3.3
Adds --include-no-environment
for app-config validate
CLI. Fails when no config is found.
Fixes Webpack bug when using $extends
to a file that's not a standard app-config filename.
Changelog
v2.3.1
Supports providing a module name as "augmentModule" option in TypeScript definition generation.
Uses single quotes when generating enums in TypeScript, which is more common in prettier et al.
Changelog
v2.3.0
Adds @app-config/js
package for evaluating JS modules.
Changelog
v2.2.2
Adds noGlobal
option for webpack config, enabling "static" configuration.
Also adds intercept
option for webpack plugin, to enable non-standard "aliases" for configuration.
Makes it easy to have a part of app config "static" and a part "dynamic".
Adds binary releases through pkg
.
Changelog
v2.2.1
Resolves relative files (runs relative to app-config file) in @app-config/exec
.
Adds resolveFilepath
export from node package to help do this in extensions.
Changelog
v2.2.0
Adds $try
and $if
"macros" for rudimentary control flow.
Adds $parseInt
, $parseFloat
and $parseBool
options for $substitute
to parse environment variables.
Adds @app-config/exec
parsing extension package for dynamically running shell commands.