JSPM

@nx/docker

0.0.0-pr-32117-d66fe0d
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 592838
  • Score
    100M100P100Q173003F
  • License MIT

The Nx Plugin for Docker to aid in containerizing projects.

Package Exports

  • @nx/docker
  • @nx/docker/executors.json
  • @nx/docker/generators.json
  • @nx/docker/migrations.json
  • @nx/docker/package.json
  • @nx/docker/release/version-utils

Readme

Nx - Smart Repos · Fast Builds

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


Nx: Smart Repos · Fast Builds

An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.

This package is a Docker plugin for Nx.

Experimental: Support for Docker is currently experimental. Breaking changes may occur and not adhere to semver versioning.

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 Repos · Fast Builds