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
- Host: GitHub
- URL: https://github.com/conduitry/defiler
- Owner: Conduitry
- License: mit
- Created: 2017-04-09T04:52:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T00:30:14.000Z (over 3 years ago)
- Last Synced: 2025-04-10T05:51:19.313Z (12 months ago)
- Topics: async, build, framework, javascript, watch
- Language: TypeScript
- Homepage: https://conduitry.dev/defiler
- Size: 368 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Defiler: A small, strange building block.
[](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)