2.0.0
版本发布时间: 2020-05-22 23:22:54
denosaurs/denon最新发布版本:2.5.0(2022-02-07 02:14:52)
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