kabiroberai / node-swift

Create Node modules in Swift
MIT License
472 stars 15 forks source link

CLI: support for watching directory and auto building #5

Open KishanBagaria opened 2 years ago

kabiroberai commented 2 years ago

if/when we add this feature, I'd like to make it reuse cached info (e.g. eliding the call to swift package dump-package if Package.swift hasn't changed) so that it offers some benefit over just using fswatch or the like