0.3.28 • Published 4 years ago

@repodog/build-references v0.3.28

Weekly downloads
29
License
MIT
Repository
github
Last release
4 years ago

@repodog/build-references

The RepoDog build-references command.

npm version License: MIT

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

4 years ago

0.3.27

4 years ago

0.3.26

4 years ago

0.3.25

5 years ago

0.3.24

5 years ago

0.3.23

5 years ago

0.3.22

5 years ago

0.3.21

5 years ago

0.3.20

5 years ago

0.3.18

5 years ago

0.3.17

5 years ago

0.3.16

5 years ago

0.3.15

5 years ago

0.3.12

5 years ago

0.3.10

5 years ago

0.2.28

5 years ago

0.2.27

5 years ago

0.2.26

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago