rushstack/rigs/heft-node-rig
Rushbot 8ba10b3952 Bump versions [skip ci] 2024-09-13 00:11:45 +00:00
..
profiles/default
.npmignore Include CHANGELOG.md in published releases again (#4851) 2024-07-26 10:33:37 -07:00
CHANGELOG.json Update changelogs [skip ci] 2024-09-13 00:11:43 +00:00
CHANGELOG.md Update changelogs [skip ci] 2024-09-13 00:11:43 +00:00
LICENSE
README.md
package.json Bump versions [skip ci] 2024-09-13 00:11:45 +00:00

README.md

@rushstack/heft-node-rig

A rig package for Node.js projects that build using Heft build system. To learn more about rig packages, consult the @rushstack/rig-package documentation.

This rig contains a single profile: default

To enable it, add a rig.json file to your project, as shown below:

config/rig.json

{
  "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json",

  "rigPackageName": "@rushstack/heft-node-rig"
}

The config files provided by this rig profile can be found in the heft-node-rig/profiles/default source folder.

@rushstack/heft-node-rig is part of the Rush Stack family of projects.