A small, strange building block. https://conduitry.dev/defiler
Go to file
Conduitry 4d22e70318 expose working CJS and ESM builds with pkg.exports 2021-09-19 07:42:58 -04:00
src use named import for EventEmitter 2021-09-19 07:37:16 -04:00
types fix published types for defiler.add 2020-10-29 09:31:47 -04:00
.gitignore update .gitignore for pnpm v3 2019-04-02 16:42:19 -04:00
.prettierrc.yaml prettier: printWidth=120 2018-10-11 10:43:32 -04:00
API.md update API docs 2020-10-29 09:15:18 -04:00
CHANGELOG.md version 2.1.1 2020-10-29 09:32:29 -04:00
GUIDE.md update docs 2018-06-29 00:52:38 -04:00
LICENSE update docs 2018-12-10 15:17:57 -05:00
README.md update readme 2020-10-26 02:37:28 -04:00
package.json expose working CJS and ESM builds with pkg.exports 2021-09-19 07:42:58 -04:00
rollup.config.js expose working CJS and ESM builds with pkg.exports 2021-09-19 07:42:58 -04:00
tsconfig.json port to typescript 2018-06-12 18:30:39 -04:00

README.md

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