Skip to content

A python script that watches for file changes and executes scripts such as compiling SASS or minifying Javascript automatically.

Notifications You must be signed in to change notification settings

matthewkremer/devWatchr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devWatchr

Visit the documentation to get started!

devWatchr allows you to watch files or folders for changes and then immediately invoke an operation during development. For instance, when you save a Javascript file, you could automatically minify all of your javascript files into a single minified file using the minifyJS package.

It's extremely easy to add your own packages and you can set up an individual "settings" file for each of your projects.

If you create a Package that you think would be useful to other developers, feel free to fork this repository and submit a pull request with your package added to devWatchr/devWatchr/devWatchrPackages and documentation added to devWatchr/documentation/packages/YOURPACKAGE.md.

Questions & Issues

If you have an issue or question about devWatchr, please open a Github issue on our issues page.

Open Source License

devWatchr is complete open source, just be sure to leave this disclaimer and text in.

Use it for good, not evil!

Documentation and information can be found at http://devwatchr.com/

Made by Matthew Kremer in 2013:

https://github.com/matthewkremer

http://www.linkedin.com/in/matthewkremer

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

A python script that watches for file changes and executes scripts such as compiling SASS or minifying Javascript automatically.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages