The Jolt repo is managed as a monorepo that is composed of many npm packages.
Package | Version | Description |
---|---|---|
jolt-cli |
Global CLI which uses jolt-core. | |
jolt-config |
Defines and parses the jolt config. | |
jolt-core |
Core library that powers Jolt. | |
jolt-lodash |
Lodash with Jolt extensions. | |
jolt-scripts |
Set of Jolt scripts that jolt-cli runs. | |
jolt-utils |
Set of utilities that Jolt packages use. |
Package | Version | Description |
---|---|---|
babel-preset-jolt |
Default babel config for jolt packages. | |
eslint-config-jolt |
Default ESLint config for jolt packages. | |
jest-preset-jolt |
Default jest config for jolt packages. |