Skip to content

v2.0.0 - Triceratops update

Compare
Choose a tag to compare
@notfilippo notfilippo released this 22 May 15:22

Triceratops

Triceratops update is a complete rewrite on denon codebase. It has been redesigned to fit your project from prototyping to deployment.

The focus is now put on scripts that can be declared in the configuration file (we now also support YAML 🎉) and can be run as daemon with the cli by just calling their name.

denon can be also used as a drop-in replacement for the deno executable. You can simple call denon run --allow-net app.js and denon will monitor the process for you, restarting if you made any changes.

We also added the ability for denon to be included as a module to control the fine execution details. In fact the denon cli is completely implemented as if it included the denon module.

Changelog

  • Scripts creation
  • CLI improvements
  • Configuration file rework (JSON and YAML)
  • Added legacy file watcher to monitor files over network