@eumentis/nx-plugin
v1.5.0
Published
A NX plugin that contains generators and executors commonly used in monorepos created at [Eumentis](https://eumentis.com).
Downloads
8
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@latestGenerators
init-env-yml
Creates env.yml file in workspace root for documenting environment variables.
Usage
yarn nx g @eumentis/nx-plugin:init-env-ymlenv-files
Creates .env files for particular nx project based on env.yml file configuration.
Usage
Command:
yarn nx g @eumentis/nx-plugin:env-filesOptions:
--includeDeploymentOnly Should 'deploymentOnly' env vars be added to .env files?