Skip to content

An extendable, blazing fast build system that cares about user experience

License

Notifications You must be signed in to change notification settings

wix-incubator/haste

Repository files navigation

Haste

An extendable, blazing fast build system that cares about user experience

Haste is still in an early development stage and it is lacking in features and documentation. Please try it out, give feedback, and help fix bugs.

Build Status Code Coverage Downloads License

Summary

  • Blazing fast performance: running tasks in parallel using multiple processes.
  • 🔌 Highly modular plugin system: making it possible to change almost anything.
  • 🎮 Intuitive user experience: managing output to allow the creation of loaders and dashboards.
  • 🚀 Simple, programmatic API: leveraging ES2015's async await with a minimal API.

Introduction

Haste is a tool for creating fast and elegant build processes: By running CPU heavy tasks on separate processes, Haste can fully utilize your machine's resources. This isolation also enables full control on how the output is managed and plugins can extend the core functionality to create visually rich user interfaces.

Dashboard screenshot

Contributing

Please open issues and pull requests with your ideas. For more information about contributing, see our Contribution Guidelines.

License

The MIT License