View on GitHub

@ncfour-us/projen-utils Projen contstructs

Useful constructs for building TypeScript projects managed through projen

Download this project as a .zip file Download this project as a tar.gz file

Introduction

This project provides a set of constructs which are meant to be used when creating TypeScript or Python projects using the projen project generation/maintenance tools.

This project provides five (5) utility constructs and one (1) new projen project type.

The project type can be used to define a development project for writing TypeScript code which is meant to be used in ESM mode (not CommonJS).

The project type is named typescript-esm or TypeScriptESMProject.

The utility constructs can be used to augment an existing projen project to add:

Additional information

TODO: Update the links below based on pages created to document the project.