Nx plugin which purpose is to install and run all other plugins made by Spyrosoft. This includes:
This plugin can only be installed in already existing Nx monorepo. Nx version 16.3.2 or higher is required.
First, install this plugin in your monorepo as a dev dependency:
npm i @spyrosoft/spyro-plugin-manager --save-dev
Second, run the setup-all
generator and provide all necessary arguments:
- appName - name of your project
- framework - framework used to create your project [angular | react | next]
- extend - extend your ESlint config with our rules, or overwrite it [
true
|false
]
Example:
npx nx g @spyrosoft/spyro-plugin-manager:setup-all --appName=spyro-app --framework=angular --extend=false