{"library":"nx","title":"Nx Monorepo Toolkit","description":"Nx is a powerful open-source build system for monorepos, enabling development teams to build, test, and deploy applications faster. It provides advanced features like a project graph, computation caching, and task orchestration, making it ideal for large-scale, multi-project environments. The current stable version is 22.6.5, with frequent updates and beta releases leading up to new minor/major versions, ensuring continuous improvement and support for the latest web technologies.","language":"javascript","status":"active","last_verified":"Sat Apr 18","install":{"commands":["npm install nx"],"cli":{"name":"nx","version":null}},"imports":[],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# Create a new Nx workspace with a React application\nnpx create-nx-workspace@latest my-workspace --preset=react --appName=my-app --nxCloud=false\ncd my-workspace\n\n# Visualize the project graph\nnx graph\n\n# Serve the React application locally\nnx serve my-app\n\n# Run tests for the React application\nnx test my-app","lang":"typescript","description":"Initializes a new Nx workspace, creates a React application, visualizes the project graph, serves the application, and runs its tests.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}