Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Files

Latest commit

d18889f · Sep 18, 2018

History

History
10 lines (8 loc) · 983 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 983 Bytes

Take - A Promise & TypeScript-based build tool & task runner

build status Coverage Status npm version

Take is a TypeScript-based task runner aimed at providing a solution to create Makefiles that are powerful yet need little extra config. Take is based on the following principles:

  • Be able to be used for any project regardless of language & build setup
    • This means making sure it can be used to its fullest without needing a package.json
  • Provide a simple yet powerful task system that is easy to use, write and read
  • Provide utility functions that allow writing the most powerful task runner with the least amount of code
  • Be small and lightweight to fit into any system without issues