| Modifier and Type | Class and Description |
|---|---|
class |
AwsCdkConstructLibrary
(experimental) AWS CDK construct library project.
|
class |
AwsCdkTypeScriptApp
(experimental) AWS CDK app in TypeScript.
|
class |
ConstructLibraryAws
Deprecated.
use `AwsCdkConstructLibrary`
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConstructLibrary
(experimental) A multi-language library for CDK constructs.
|
class |
JsiiProject
(experimental) Multi-language jsii library project.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Cdk8sTypeScriptApp
(experimental) CDK8s app in TypeScript.
|
class |
ConstructLibraryCdk8s
(experimental) CDK8s construct library project.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConstructLibraryCdktf
(experimental) CDKTF construct library project.
|
| Modifier and Type | Method and Description |
|---|---|
NodeProject |
NodeProject.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static Eslint.Builder |
Eslint.Builder.create(NodeProject project) |
static TypescriptConfig.Builder |
TypescriptConfig.Builder.create(NodeProject project) |
static Jest.Builder |
Jest.Builder.create(NodeProject project) |
static UpgradeDependencies.Builder |
UpgradeDependencies.Builder.create(NodeProject project) |
static NpmConfig.Builder |
NpmConfig.Builder.create(NodeProject project) |
| Constructor and Description |
|---|
Eslint(NodeProject project,
EslintOptions options) |
Jest(NodeProject project) |
Jest(NodeProject project,
JestOptions options) |
NpmConfig(NodeProject project) |
NpmConfig(NodeProject project,
NpmConfigOptions options) |
TypescriptConfig(NodeProject project,
TypescriptConfigOptions options) |
UpgradeDependencies(NodeProject project) |
UpgradeDependencies(NodeProject project,
UpgradeDependenciesOptions options) |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeScriptAppProject
(experimental) TypeScript app.
|
class |
TypeScriptLibraryProject
Deprecated.
use `TypeScriptProject`
|
class |
TypeScriptProject
(experimental) TypeScript project.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NextJsProject
(experimental) Next.js project without TypeScript.
|
class |
NextJsTypeScriptProject
(experimental) Next.js project with TypeScript.
|
class |
ReactProject
(experimental) React project without TypeScript.
|
class |
ReactTypeScriptProject
(experimental) React project with TypeScript.
|
| Modifier and Type | Method and Description |
|---|---|
static PostCss.Builder |
PostCss.Builder.create(NodeProject project) |
static TailwindConfig.Builder |
TailwindConfig.Builder.create(NodeProject project) |
static NextComponent.Builder |
NextComponent.Builder.create(NodeProject project) |
static ReactComponent.Builder |
ReactComponent.Builder.create(NodeProject project) |
| Constructor and Description |
|---|
NextComponent(NodeProject project,
NextComponentOptions options) |
PostCss(NodeProject project) |
PostCss(NodeProject project,
PostCssOptions options) |
ReactComponent(NodeProject project,
ReactComponentOptions options) |
TailwindConfig(NodeProject project) |
TailwindConfig(NodeProject project,
TailwindConfigOptions options) |
Copyright © 2021. All rights reserved.