1.0.20 • Published 2 years ago

@randyridgley/awscdk-app-ts v1.0.20

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@randyridgley/awscdk-app-ts

WARNING: this repository is currently experimental.

A projen project generator for cdk apps.

Packages are stored on Github Packages so you will need to modify your .npmrc file to access and authenticate to the Github packages repo. The PERSONAL_ACCESS_TOKEN will need repo*, read and write packages. To authenticate to Github use your favorite editor to add the below to ~/.npmrc:

@randyridgley:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken={PERSONAL_ACCESS_TOKEN}

To create a new project run the following from within a cdk directory in your repository:

npx projen new --from @randyridgley/awscdk-app-ts

Unlike most starter-kits, projen is not a one-off generator, and synthesized files should not be manually edited. The only files you should edit are:

  • src/ - your Typescript CDK files and tests
  • environments/ - your Yaml files for environment settings
  • .projenrc.js - to update settings, e.g. to add extra dev dependencies (run npx projen to re-synth after any changes)

Tasks, such as test, lint, etc., can be run using:

npx projen [task]

To list all possible tasks and their descriptions run:

npx projen --help
1.0.20

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago