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

https://github.com/conduitry/defiler

A small, strange building block. // Mirror of https://git.chor.date/Conduitry/defiler
https://github.com/conduitry/defiler

async build framework javascript watch

Last synced: 9 months ago
JSON representation

A small, strange building block. // Mirror of https://git.chor.date/Conduitry/defiler

Awesome Lists containing this project

README

          

# Defiler: A small, strange building block.

[![npm version](https://img.shields.io/npm/v/defiler.svg?style=flat-square)](https://www.npmjs.com/package/defiler)

Defiler is a small build tool framework with strange opinions. It was born out of a desire to redo the build process for my various personal websites. I wanted something that was very flexible, kept everything in memory as it was building, and could handle arbitrary dependencies between files so that when something changed, only the necessary files would be re-built.

Defiler is a build tool for people who find build tools interesting.

## Requirements

- [Node.js](https://nodejs.org/) 12.17+/13.10+/14+ (any version that includes `async_hooks.AsyncLocalStorage`)
- Insanity

## Documentation

- [Guide](GUIDE.md)
- [API Reference](API.md)
- [Changelog](CHANGELOG.md)
- [Homepage](https://conduitry.dev/defiler)

## License

[MIT](LICENSE)