JSPM

create-nx-workspace

20.3.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 21332
  • Score
    100M100P100Q138643F
  • License MIT

Smart Monorepos · Fast CI

Package Exports

  • create-nx-workspace
  • create-nx-workspace/index.js
  • create-nx-workspace/src/create-preset
  • create-nx-workspace/src/create-preset.js
  • create-nx-workspace/src/internal-utils/prompts
  • create-nx-workspace/src/internal-utils/prompts.js
  • create-nx-workspace/src/internal-utils/yargs-options
  • create-nx-workspace/src/internal-utils/yargs-options.js
  • create-nx-workspace/src/utils/child-process-utils
  • create-nx-workspace/src/utils/child-process-utils.js
  • create-nx-workspace/src/utils/error-utils
  • create-nx-workspace/src/utils/error-utils.js
  • create-nx-workspace/src/utils/git/git
  • create-nx-workspace/src/utils/git/git.js
  • create-nx-workspace/src/utils/nx/ab-testing
  • create-nx-workspace/src/utils/nx/ab-testing.js
  • create-nx-workspace/src/utils/nx/nx-cloud
  • create-nx-workspace/src/utils/nx/nx-cloud.js
  • create-nx-workspace/src/utils/output
  • create-nx-workspace/src/utils/output.js
  • create-nx-workspace/src/utils/package-manager
  • create-nx-workspace/src/utils/package-manager.js
  • create-nx-workspace/src/utils/preset/get-third-party-preset
  • create-nx-workspace/src/utils/preset/get-third-party-preset.js
  • create-nx-workspace/src/utils/string-utils
  • create-nx-workspace/src/utils/string-utils.js
  • create-nx-workspace/src/utils/unparse
  • create-nx-workspace/src/utils/unparse.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-nx-workspace) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Nx - Smart Monorepos · Fast CI

CircleCI License NPM Version Semantic Release Commitizen friendly Join the chat at https://gitter.im/nrwl-nx/community Join us on the Official Nx Discord Server


> 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

Documentation & Resources

Nx - Smart Monorepos · Fast CI