create-nx-workspace
v20.1.3
Published
Smart Monorepos · Fast CI
Downloads
95,468
Readme
> npx create-nx-workspace
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
What is It?
It's a command to create a new Nx workspace.
Getting Started
Creating an Nx Workspace
Using npx
npx create-nx-workspace
Using npm init
npm init nx-workspace
Using yarn create
yarn create nx-workspace
Adding Nx to an Existing Repository
Run:
npx nx@latest init