An open API service indexing awesome lists of open source software.

https://github.com/pydoit/doit-cmd

Helper to create doit tasks that execute a command
https://github.com/pydoit/doit-cmd

Last synced: 4 months ago
JSON representation

Helper to create doit tasks that execute a command

Awesome Lists containing this project

README

        

doit-cmd
=========

Helper to create `doit`_ tasks that execute a command

.. _doit: http://pydoit.org

.. display some badges

.. image:: https://travis-ci.org/pydoit/doit-cmd.png?branch=master
:target: https://travis-ci.org/pydoit/doit-cmd

.. image:: https://coveralls.io/repos/pydoit/doit-cmd/badge.png
:target: https://coveralls.io/r/pydoit/doit-cmd

Project Details
===============

- Project management on github - https://github.com/pydoit/doit-cmd/
- Website / `docs`_ http://pythonhosted.org/doit-cmd

.. _docs: http://pythonhosted.org/doit-py

license
=======

The MIT License
Copyright (c) 2014 Eduardo Naufel Schettino

see LICENSE file

developers / contributors
==========================

- Eduardo Naufel Schettino

install
=======

::

$ pip install doit-cmd

or download and::

$ python setup.py install

tests
=======

To run the tests::

$ py.test