0.3.28 • Published 5 years ago
@repodog/build-references v0.3.28
@repodog/build-references
The RepoDog build-references command.
Installation
yarn add @repodog/build-references --dev
Usage
The command iterates through each package in a monorepo and adds the references
objects into each package's
tsconfig.json
based on the "internal" dependencies in a package's package.json
.
The command can be configured through the repodog.config.json
configuration file.
// package.json
{
"scripts": {
"build-references": "build-references"
}
}
// repodog.config.json
{
"buildReferences": {
"global": ["@repodog/types"],
},
}
# terminal
yarn run build-references
0.3.28
5 years ago
0.3.27
5 years ago
0.3.26
6 years ago
0.3.25
6 years ago
0.3.24
6 years ago
0.3.23
6 years ago
0.3.22
6 years ago
0.3.21
6 years ago
0.3.20
6 years ago
0.3.18
6 years ago
0.3.17
6 years ago
0.3.16
6 years ago
0.3.15
6 years ago
0.3.12
6 years ago
0.3.10
6 years ago
0.2.28
6 years ago
0.2.27
6 years ago
0.2.26
6 years ago
0.1.11
6 years ago
0.1.10
6 years ago
0.1.8
6 years ago
0.1.7
6 years ago
0.1.6
6 years ago
0.1.5
6 years ago
0.1.4
6 years ago
0.1.3
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago