zeno 0.1.0
zeno: ^0.1.0 copied to clipboard
A hot reload utility for Dart Applications
0.1.0 #
Added #
-
Core hot reload functionality with zero-downtime binary swapping
-
Intelligent file watching system with cross-platform compatibility
-
YAML-based configuration with
zeno.yml
support -
Command-line interface with multiple commands:
zeno init
- Initialize new configuration filezeno run
- Start hot reloading (default command)zeno update
- Update CLI to latest versionzeno --help
- Display usage information
-
Build lifecycle hooks supporting pre and post-build commands
-
Flexible file filtering with extension and directory controls
-
Comprehensive logging system with configurable verbosity levels
-
Build error handling with detailed error logging to
build-errors.log
-
Automatic cleanup of temporary files on exit
-
Configuration validation with helpful error messages
-
Debounced rebuilds to prevent excessive builds during rapid file changes