Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@backtrack/core

chrisblossom237MIT0.2.1TypeScript support: included

Extendable task runner / file and build manager

build, make, tool, system, pipeline, configuration, config, file, management, manager, task, runner, bootstrap, boilerplate, generator, yeoman, yo, gulp, grunt, webpack, rollup, babel, flow, typescript, prettier, eslint, jest, mocha

readme

backtrack

npm Linux Build Status Windows Build Status Code Coverage

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

// .backtrackrc.js
'use strict';

module.exports = {
    // backtrack config
};

See docs

Presets

Discover more backtrack presets

changelog

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]