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
Class | Description |
---|---|
RigConfig | This is the main API for loading the config/rig.json file format. |
Interfaces
Interface | Description |
---|---|
ILoadForProjectFolderOptions | Options for RigConfig.loadForProjectFolder(). |
IRigConfig | This is the main API for loading the config/rig.json file format. |
IRigConfigJson | Represents the literal contents of the config/rig.json file. |