4.0.1 • Published 2 months ago

@pnp/buildsystem v4.0.1

Weekly downloads
48
License
MIT
Repository
github
Last release
2 months ago

Build system

This project contains the system used to build, package, and publish the npm packages created for each package in the ./packages folder.

Configuration

Configuration is driven entirely by the buildsystem-config.ts file, which uses TypeScript to allow type checking for the elements. The file should provide a default export of an array of build configurations as described below. There can be any number of configurations as needed, but to support the full lifecycle you typically need to cover one config for each role: build, package, and publish.

For each of the three roles, build, package, and publish there exists an interface defining what it should contain. You can have multiple configurations per role, differentiated by name.

The definitions for the configuration options are available in the source. It is intended your buildsystem.config.ts export a valid ConfigCollection;

For an example buildsystem-config please see the one used by PnPjs within this repo.

Run

You can install the tool globally but that isn't requried as it is installed locally when you npm install within the root of the main library project. It has a simple command line:

pnpbuild -n <name of the configuration to run>

OR default to using the "build" configuration:

pnpbuild

4.0.1

2 months ago

4.0.0

2 months ago

4.0.0-beta10

4 months ago

4.0.0-beta9

4 months ago

4.0.0-beta8

4 months ago

4.0.0-beta6

4 months ago

4.0.0-beta7

4 months ago

4.0.0-beta1

4 months ago

4.0.0-beta2

4 months ago

4.0.0-beta3

4 months ago

4.0.0-beta4

4 months ago

4.0.0-beta0

4 months ago

4.0.0-beta5

4 months ago

3.1.0

1 year ago

3.0.4

2 years ago

3.0.3

2 years ago

3.0.5

2 years ago

2.3.10

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.3.6

3 years ago

2.3.5

3 years ago

2.3.8

3 years ago

2.3.7

3 years ago

2.3.9

3 years ago

2.3.4

3 years ago

2.3.3

3 years ago

2.3.2

3 years ago

2.3.1

3 years ago

2.3.0

3 years ago

2.2.3

4 years ago

2.2.2

4 years ago

2.2.1

4 years ago

2.2.1-7

4 years ago

2.2.1-8

4 years ago

2.2.1-6

4 years ago

2.2.1-5

4 years ago

2.2.1-4

4 years ago

2.2.1-3

4 years ago

2.2.1-2

4 years ago

2.2.1-1

4 years ago

2.2.1-0

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.4

4 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0-2

5 years ago

2.0.0-1

5 years ago

2.0.0-0

5 years ago

2.0.0

5 years ago