Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/rig-package

rig-package package

A system for sharing tool configurations between projects without duplicating config files.

Remarks

The config/rig.json file is a system that Node.js build tools can support, in order to eliminate duplication of config files when many projects share a common configuration. This is particularly valuable in a setup where hundreds of projects may be built using a small set of reusable recipes.

Classes

ClassDescription
RigConfigThis is the main API for loading the config/rig.json file format.

Interfaces

InterfaceDescription
ILoadForProjectFolderOptionsOptions for RigConfig.loadForProjectFolder().
IRigConfigThis is the main API for loading the config/rig.json file format.
IRigConfigJsonRepresents the literal contents of the config/rig.json file.