1
Fork 0
defiler/README.md

24 lines
907 B
Markdown
Raw Normal View History

2018-03-07 13:27:34 +00:00
# Defiler: A small, strange building block.
2017-04-18 20:41:23 +00:00
2017-04-24 02:17:36 +00:00
[![npm version](https://img.shields.io/npm/v/defiler.svg?style=flat-square)](https://www.npmjs.com/package/defiler)
2017-04-18 20:41:23 +00:00
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.
2018-03-07 13:27:34 +00:00
Defiler is a build tool for people who find build tools interesting.
2017-04-18 20:41:23 +00:00
## Requirements
2020-10-26 06:37:28 +00:00
- [Node.js](https://nodejs.org/) 12.17+/13.10+/14+ (any version that includes `async_hooks.AsyncLocalStorage`)
2017-04-18 20:41:23 +00:00
- Insanity
2017-05-01 22:32:50 +00:00
## Documentation
2017-04-18 20:41:23 +00:00
2018-12-10 20:17:57 +00:00
- [Guide](GUIDE.md)
- [API Reference](API.md)
- [Changelog](CHANGELOG.md)
2020-05-31 23:26:02 +00:00
- [Homepage](https://conduitry.dev/defiler)
2017-04-25 12:02:30 +00:00
2017-04-18 20:41:23 +00:00
## License
2018-12-10 20:17:57 +00:00
[MIT](LICENSE)