@eumentis/nx-plugin
v1.2.0
Published
A NX plugin that contains generators and executors commonly used in monorepos created at [Eumentis](https://eumentis.com).
Downloads
217
Readme
Eumentis NX Plugin
A NX plugin that contains generators and executors commonly used in monorepos created at Eumentis.
How to install
yarn add @eumentis/nx-plugin@latest
Generators
init-env-yml
Creates env.yml
file in workspace root for documenting environment variables.
Usage
yarn nx g @eumentis/nx-plugin:init-env-yml
env-files
Creates .env
files for particular nx project based on env.yml
file configuration.
Usage
Command:
yarn nx g @eumentis/nx-plugin:env-files
Options:
--includeDeploymentOnly Should 'deploymentOnly' env vars be added to .env files?