0.2.3 • Published 3 years ago

@jet-cdk/jet-nx v0.2.3

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

jet-nx

Nx support for @jet-cdk/jet

Usage

Install

npm install -D @jet-cdk/jet-nx

Generate

To generate a new app using jet:

nx g @jet-cdk/jet-nx:jet-cdk-app

To add jet tasks and a basic ts-focused config file to your existing cdk app:

nx g @jet-cdk/jet-nx:add-to-cdk-app

It is recommended to set some default stages in the jet config file to avoid having to pass them in repeatedly.

List stages

After generating to list stages:

nx list-stages my-app

Develop

To enter the development workflow:

nx dev my-app --stage=dev-chris

You may also add varying configurations to your workspace.json, running against different stages and stacks

Deploy

nx deploy my-app --stage=production

The original cdk deploy target is renamed to cdk-deploy.

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.0.12

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago