Metadata-Version: 2.0
Name: mo
Version: 0.3.0
Summary: Incredibly simple YAML-based task runner.
Home-page: https://github.com/thomasleese/mo
Author: Thomas Leese
Author-email: thomas@leese.io
License: MIT
Download-URL: https://github.com/thomasleese/mo/releases
Description-Content-Type: UNKNOWN
Keywords: task,runner
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Utilities
Requires-Dist: PyYAML
Requires-Dist: colorama
Requires-Dist: toml

`M-O <https://github.com/thomasleese/mo/blob/master/Mofile>`__ Task Runner
===========================================================================

| `Introduction`_
| `Getting Started`_
| `Community`_

Introduction
------------

M-O is a task runner designed to standardise common development tasks across
different projects enabling a low barrier to entry and easy integration with
text editors and IDEs. The inspiration for this project comes from
`Scripts to Rule Them All <https://github.com/github/scripts-to-rule-them-all>`__.

.. image:: https://img.shields.io/travis/thomasleese/mo.svg?style=for-the-badge
    :target: https://travis-ci.org/thomasleese/mo

.. image:: https://img.shields.io/github/license/thomasleese/mo.svg?style=for-the-badge
    :target: https://github.com/thomasleese/mo

.. image:: https://img.shields.io/pypi/v/mo.svg?style=for-the-badge
    :target: https://pypi.python.org/pypi/mo

Getting Started
---------------

.. figure:: https://github.com/thomasleese/mo/raw/master/docs/screenshot.png
    :alt: Screenshot

You can visit
`mo.readthedocs.org <http://mo.readthedocs.org/en/latest/>`__ for the
documentation.

Community
---------

Feel free to open an issue or a pull request via GitHub.


