Metadata-Version: 1.1
Name: watch-fs
Version: 0.1.2
Summary: A command line tool to run commands when files change
Home-page: https://github.com/borntyping/watch-fs
Author: Sam Clements
Author-email: sam.clements@borntyping.co.uk
License: UNKNOWN
Description: watch-fs
        ========
        
        ``watch-fs`` is a command line tool to run commands when files change.
        
        Usage
        -----
        
        ``watch-fs`` will watch any number of directories and files, and run a command
        when any of them are changed.
        
        ::
        
        	watch-fs [-d DIR] <command>
        
        By default, ``watch-fs`` will watch the current directory.
        
        Installation
        ------------
        
        ::
        
        	pip install watch-fs
        
        Licence
        -------
        
        ``watch-fs`` is licensed under the MIT Licence.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
