Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xi/project-stats
keep track of your projects
https://github.com/xi/project-stats
Last synced: about 1 month ago
JSON representation
keep track of your projects
- Host: GitHub
- URL: https://github.com/xi/project-stats
- Owner: xi
- License: gpl-2.0
- Created: 2015-03-22T16:36:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T07:15:44.000Z (over 6 years ago)
- Last Synced: 2024-11-29T17:41:59.113Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
project-stats can be used to keep track of all the projects you are involved
in. It collects data from several on- and offline data sources (e.g. git,
github, pypi, npm) and combines them in a short report.installation
------------::
pip install project-stats
configuration
-------------See ``sample.yml``.
The configuration is expected in ``./projects.yml``, ``./.projects.yml``,
``~/.config/projects.yml``, or ``~/.projects.yml``. The path can also be
explicitly specified with ``-c``/``--config``.command line arguments
----------------------See ``project-stats -h``