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
- Host: GitHub
- URL: https://github.com/pydoit/doit-cmd
- Owner: pydoit
- License: other
- Created: 2014-08-02T15:06:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-01T08:24:52.000Z (almost 11 years ago)
- Last Synced: 2025-02-13T20:29:11.880Z (5 months ago)
- Language: Python
- Size: 152 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- License: LICENSE
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-cmdProject 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 Schettinosee 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