Metadata-Version: 1.2
Name: MakeMe
Version: 0.2.3
Summary: Easing the usage of Makefiles
Home-page: https://github.com/OakNinja/MakeMe
Author: Esse Woods
Author-email: esse.woods@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/OakNinja/makeme/issues
Project-URL: Documentation, https://github.com/OakNinja/MakeMe
Project-URL: Source Code, https://github.com/OakNinja/MakeMe
Description: ## Easing the usage of makefiles
        [![Demo](https://github.com/OakNinja/MakeMe/raw/master/docs/demo.gif)](https://github.com/OakNinja/MakeMe/raw/master/docs/demo.gif)
        
        **Requirements:**
        `python>=3.6`
        
        **Install:**
        `pip install makeme`
        
        **Usage:**
        type `mm` in a terminal window - if there is a Makefile in the current folder, all targets will be listed and selectable.
        
        type `mm <keyword>` to filter on targets matching keyword, eg `mm dev`
        
        ***Other options:***
        
        `mm -h` to display the help menu
        
        `mm -l` to list all make targets
        
        `mm -i` to run in interactive mode, after a command is executed, the targets will be listed again until the user quits. 
        
        
        
Keywords: Makefile MakeMe MM
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Requires-Python: >=3.6
