nx

Solid

Nx workspace configuration, generators, and affected commands.

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
33
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Nx Skill Expert assistance for Nx monorepo management. ## Capabilities - Configure Nx workspaces - Create custom generators - Use affected commands - Set up caching - Define project boundaries ## Configuration ```json // nx.json { "targetDefaults": { "build": { "dependsOn": ["^build"], "cache": true }, "test": { "cache": true } }, "affected": { "defaultBase": "main" } } ``` ## Commands ```bash # Run affected nx affected:build nx affected:test # Graph nx graph # Generate nx generate @nx/react:component Button ``` ## Target Processes - monorepo-management - enterprise-architecture - code-generation

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills