Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days ago
JSON representation
An extendable, blazing fast build system that cares about user experience
- Host: GitHub
- URL: https://github.com/wix-incubator/haste
- Owner: wix-incubator
- License: mit
- Created: 2017-08-17T22:25:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T08:49:27.000Z (almost 2 years ago)
- Last Synced: 2024-05-16T08:12:40.964Z (7 months ago)
- Topics: build-system, javascript, task-runner, toolkit-builder
- Language: JavaScript
- Homepage: https://wix.github.io/haste
- Size: 1.17 MB
- Stars: 58
- Watchers: 41
- Forks: 10
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-blazingly-fast - haste - An extendable, blazing fast build system that cares about user experience (JavaScript)
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.
## 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