Metadata-Version: 1.1
Name: cli-dev
Version: 0.1.1
Summary: Register and run a command for each directory
Home-page: https://github.com/eddieantonio/dev
Author: Eddie Antonio Santos
Author-email: easantos@ualberta.ca
License: UNKNOWN
Description: ===
        dev
        ===
        
        Registers and runs a command for the current working directory. Intended
        for development/test commands::
        
            # First time:
            ~/project $ dev rerun -c apm test
        
            # Every other time:
            ~/project $ dev
        
        For vastly more complex workflows you might consider `tmuxinator`_.
        
        .. _tmuxinator: https://github.com/tmuxinator/tmuxinator
        
        -------
        Install
        -------
        
        Using pip::
        
            pip install cli-dev
        
        ----------
        LIKE A G6!
        ----------
        
        .. image:: http://i.giphy.com/veQXXqm03yFUI.gif
        
        -------
        License
        -------
        
        Unlicense. Do what you please.
        
        
Keywords: testing,shell,cwd
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: Freely Distributable
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: System :: Systems Administration
