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

A task runner/build tool inspired by make & jake

License

Notifications You must be signed in to change notification settings

luvies/take

Repository files navigation

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