1.2.0 • Published 3 years ago

@contextmap/typescript-compiletime v1.2.0

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

Installation

Dependency

"devDependencies": {
  "@contextmap/typescript-compiletime": "VERSION"
}

Configuration

Add the following section to package.json:

"contextmap": {
  "key": "PLACE_KEY_HERE"
}

Use

Add the following line to scripts in package.json.

The command to run the compile-time scan is "npm run contextmap:scan".

"scripts": {
  "contextmap:scan": "node node_modules/@contextmap/typescript-compiletime/cli.js"
}

The command to document deployments is "npm run contextmap:deployment -- --version=REPLACE --environment=REPLACE".

"scripts": {
  "contextmap:deployment": "node node_modules/@contextmap/typescript-compiletime/deployment.js"
}
1.9.0

2 years ago

1.8.0

2 years ago

1.6.2

2 years ago

1.7.0

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.5.0

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago