Foy

screenshot of Foy

A simple, light-weight, type-friendly and modern task runner for general purpose.

Overview

Foy is a simple, light-weight, and modern task runner for general purposes. With a promise-based approach and built-in utilities, it offers an easy-to-learn solution for managing build tasks efficiently.

Features

  • Promise-based tasks: Foy handles tasks with built-in promises for streamlined workflow.
  • Utility functions: Includes utility functions like logging and file system operations for enhanced scripting.
  • Namespace support: Group tasks using namespaces to avoid naming collisions.
  • Dependency management: Run dependencies serially or concurrently, with customizable options.
  • Lifecycle hooks: Add hooks for before, after, and error handling during task execution.
  • CI server compatibility: Disable loading animations for CI server compatibility.
  • Custom compiler support: Integrate with custom compilers for versatile build configurations.
  • Auto completion: Provides zsh/bash auto completion for convenience during scripting.
grunt
Grunt

Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.