https://github.com/9seconds/concierge-mako
Mako templater to Concierge
https://github.com/9seconds/concierge-mako
Last synced: 9 months ago
JSON representation
Mako templater to Concierge
- Host: GitHub
- URL: https://github.com/9seconds/concierge-mako
- Owner: 9seconds
- License: mit
- Created: 2016-03-26T16:48:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-27T18:52:39.000Z (about 10 years ago)
- Last Synced: 2025-06-26T16:06:32.142Z (12 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
concierge-mako
==============
|PyPI| |Build Status| |Code Coverage|
``concierge-mako`` provides support of Mako_ templates for concierge_.
To interpret your ``~/.conciergerc`` as Mako template, just use ``-u`` flag:
.. code-block:: shell
$ concierge -u mako -o ~/.ssh/config
or
.. code-block:: shell
$ concierge-check -u mako -o ~/.ssh/config
.. _Mako: http://makotemplates.org
.. _concierge: https://github.com/9seconds/concierge
.. |PyPI| image:: https://img.shields.io/pypi/v/concierge-mako.svg
:target: https://pypi.python.org/pypi/concierge-mako
.. |Build Status| image:: https://travis-ci.org/9seconds/concierge-mako.svg?branch=master
:target: https://travis-ci.org/9seconds/concierge-mako
.. |Code Coverage| image:: https://codecov.io/github/9seconds/concierge-mako/coverage.svg?branch=master
:target: https://codecov.io/github/9seconds/concierge-mako?branch=master