Skip to content

Commit

Permalink
Merge #28
Browse files Browse the repository at this point in the history
28: chore: update readme along with rename of repo to pulumi/watchutil-rs r=AaronFriel a=AaronFriel



Co-authored-by: Aaron Friel <mayreply@aaronfriel.com>
  • Loading branch information
bors[bot] and AaronFriel committed Jul 26, 2022
2 parents 00cab05 + ec582e5 commit bae2913
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# pulumi-watch
# watchutil-rs

Monitors a directory for changes.
This repo builds a utility program `pulumi-watch` to support the functionality of the [`pulumi watch`
command](https://www.pulumi.com/docs/reference/cli/pulumi_watch/).

## Contributing

Contributions are welcome, however the utility must conform to the argument specifications or interfaces required by the [Pulumi CLI](https://github.com/pulumi/pulumi).

## Attribution

This library uses the [watchexec](https://github.com/watchexec/watchexec) library to implement recursive file watching.
Credit to Matt Green and Félix Saparelli for their performant, cross-platform file watching utility.

0 comments on commit bae2913

Please sign in to comment.