1****
2gilt
3****
4
5.. image:: https://badge.fury.io/py/python-gilt.svg
6   :target: https://badge.fury.io/py/python-gilt
7   :alt: PyPI Package
8
9.. image:: https://readthedocs.org/projects/gilt/badge/?version=latest
10   :target: https://gilt.readthedocs.io/en/latest/
11   :alt: Documentation Status
12
13.. image:: https://img.shields.io/badge/license-MIT-brightgreen.svg
14   :target: LICENSE
15   :alt: Repository License
16
17gilt - A GIT layering tool.
18
19Quick Start
20===========
21
22Install gilt using pip:
23
24.. code-block:: bash
25
26    $ pip install python-gilt
27
28Overlay remote repositories and/or files into the destinations provided.
29
30.. code-block:: bash
31
32    $ gilt --debug overlay
33
34Documentation
35=============
36
37https://gilt.readthedocs.io/
38
39License
40=======
41
42`MIT`_
43
44.. _`MIT`: https://github.com/metacloud/gilt/blob/master/LICENSE
45
46The logo is licensed under the `Creative Commons NoDerivatives 4.0 License`_.
47If you have some other use in mind, contact us.
48
49.. _`Creative Commons NoDerivatives 4.0 License`: https://creativecommons.org/licenses/by-nd/4.0/
50