Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wix-incubator/haste

An extendable, blazing fast build system that cares about user experience
https://github.com/wix-incubator/haste

build-system javascript task-runner toolkit-builder

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        


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

- :zap: **Blazing fast performance:** running tasks in parallel using multiple processes.
- :electric_plug: **Highly modular plugin system:** making it possible to change almost anything.
- :video_game: **Intuitive user experience:** managing output to allow the creation of loaders and dashboards.
- :rocket: **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](images/dashboard.png)

## Contributing

Please open issues and pull requests with your ideas. For more information about contributing, see our [Contribution Guidelines](CONTRIBUTING.md).

## License

The MIT License