Package Exports
- @backtrack/core
- @backtrack/core/dist/options-file/transform-config
- @backtrack/core/dist/utils/log
- @backtrack/core/paths
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@backtrack/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
backtrack
About
backtrack is a task runner / file manager used to create repeatable configurations. Setup tools such as babel, eslint, prettier, or your build process once and never think about it again. Can be used to create a sharable app such as create-react-app.
Can be used for:
- Task runner expressed in plain JS
- File / config / package.json manager
- Extendable configuration
Installation
npm install --save-dev @backtrack/core
Usage
See docs