1
Atdalīts 0
defiler/README.md

907 B

Defiler: A small, strange building block.

npm version

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 12.17+/13.10+/14+ (any version that includes async_hooks.AsyncLocalStorage)
  • Insanity

Documentation

License

MIT