project-stats

keep track of your projects
git clone https://git.ce9e.org/project-stats.git

commit
3f54f412fe3320f0f657df991d8bbd6b7480cea5
parent
c472fbe11160002508fdd25b38846dea42bb65d7
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-03-22 16:35
write short README

Diffstat

M README.rst 19 +++++++++++++++++++

1 files changed, 19 insertions, 0 deletions


diff --git a/README.rst b/README.rst

@@ -0,0 +1,19 @@
   -1     1 project-stats can be used to keep track of all the projects you are involved
   -1     2 in.  It collects data from several on- and offline data sources (e.g. git,
   -1     3 github, pypi, bower) and combines them in a short report.
   -1     4 
   -1     5 installation
   -1     6 ------------
   -1     7 
   -1     8 ::
   -1     9    pip install project-stats
   -1    10 
   -1    11 configuration
   -1    12 -------------
   -1    13 
   -1    14 See sample.yml
   -1    15 
   -1    16 command line arguments
   -1    17 ----------------------
   -1    18 
   -1    19 See ``project-stats -h``