https://github.com/mgasystem/giraumon
Tools for Mirounga Hosting
https://github.com/mgasystem/giraumon
deployment git tools
Last synced: 5 months ago
JSON representation
Tools for Mirounga Hosting
- Host: GitHub
- URL: https://github.com/mgasystem/giraumon
- Owner: mgasystem
- License: gpl-3.0
- Created: 2017-07-10T11:31:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T21:02:25.000Z (about 2 years ago)
- Last Synced: 2025-09-22T15:29:23.121Z (9 months ago)
- Topics: deployment, git, tools
- Language: Python
- Size: 261 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
|travis| |codecov| |pyup| |py3|
Giraumon
========
Giraumon is an anagram for Mirounga
Tools for Mirounga Hosting
Installation
------------
.. code-block:: bash
pip install giraumon
or
.. code-block:: bash
git clone https://github.com/mgasystem/giraumon
cd giraumon
python setup.py install
Or in developper mode (Use virtualenv)
.. code-block:: bash
git clone https://github.com/mgasystem/giraumon
cd giraumon
python setup.py develop
Configuration
-------------
Nothing to configure yet
Utilisation
-----------
In your repository application, use this command to initialize the files for deployment
.. code-block:: bash
giraumon init .
If no git found, you can creat one with -f,--force argument
.. code-block:: bash
giraumon init --force .
.. |travis| image:: https://travis-ci.org/mgasystem/giraumon.svg?branch=master
:target: https://travis-ci.org/mgasystem/giraumon
.. |codecov| image:: https://codecov.io/gh/mgasystem/giraumon/branch/master/graph/badge.svg
:target: https://codecov.io/gh/mgasystem/giraumon
.. |pyup| image:: https://pyup.io/repos/github/mgasystem/giraumon/shield.svg
:target: https://pyup.io/repos/github/mgasystem/giraumon/
.. |py3| image:: https://pyup.io/repos/github/mgasystem/giraumon/python-3-shield.svg
:target: https://pyup.io/repos/github/mgasystem/giraumon/