Skip to content

Dart application development tool, that automatically restarts the app on file change.

License

Notifications You must be signed in to change notification settings

Akash98Sky/dartmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dartmon

A simple tool that helps to develop dart applications. It watches on the project directory, and restarts the application whenever any change is detected.

Inspired by nodemon on nodejs and dartman on dart

Installation

dev_dependencies:
  dartmon:
    git: https://github.com/Akash98Sky/dartmon.git

Usage

pub run dartmon example/main.dart Dartmon

With derry

  • Install derry from pub.dev
  • Add scripts to pubspec.yaml
    scripts:
      dev: pub run dartmon example/main.dart Dartmon
  • Run script from command-line
    derry dev

License

MIT © 2021 Akash Mondal

About

Dart application development tool, that automatically restarts the app on file change.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages