@backtrack/core
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

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

Package Sidebar

Install

npm i @backtrack/core

Weekly Downloads

15

Version

0.2.1

License

MIT

Unpacked Size

338 kB

Total Files

248

Last publish

Collaborators

  • chrisblossom