0.0.1-b • Published 6 years ago

esake v0.0.1-b

Weekly downloads
-
License
GPL-3.0-or-later
Repository
-
Last release
6 years ago

ESAKE - ECMAScript Make

Description

Esake is a Make-like program implemented in ECMAScript. Tasks and dependencies are specified in standard ECMAScript syntax.

Esake has the following features:

  • Esakefiles (Esake's version of Makefiles) are completely defined in standard ECMAScript syntax.
  • Users can specify tasks with prerequisites.
  • Esake supports rule patterns to synthesize implicit tasks.
  • A library of prepackaged tasks to make building esakefiles easier.
  • Supports concurrent execution of tasks.

License

GPLv3 or later.

Status

This project is in early development stage.