Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
Template
Commits
36e5d054
Commit
36e5d054
authored
5 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Corrections to the README.
parent
1daa8be9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+8
-6
8 additions, 6 deletions
README.rst
with
8 additions
and
6 deletions
README.rst
+
8
−
6
View file @
36e5d054
...
...
@@ -4,8 +4,9 @@ Template
.. image:: https://travis-ci.org/adarnimrod/template.svg?branch=master
:target: https://travis-ci.org/adarnimrod/template
A CLI tool for generating files from Jinja2 templates and environment
variables. Tested on Python versions 2.7, 3.4 and later.
A CLI tool for generating files from `Jinja2 <http://jinja.pocoo.org/>`_
templates and environment variables. Tested on Python versions 2.7, 3.4 and
later.
Examples
--------
...
...
@@ -54,8 +55,8 @@ docstrings in :code:`template/filters.py`.
Testing
-------
Tests require Python 3.7, `pipenv <https://docs.pipenv.org>` and
`Bats <https://github.com/bats-core/bats-core>`. Run the tests with the
Tests require Python 3.7, `pipenv <https://docs.pipenv.org>`
_
and
`Bats <https://github.com/bats-core/bats-core>`
_
. Run the tests with the
following commands:
.. code:: shell
...
...
@@ -71,10 +72,11 @@ checked with all supported Python versions.
Release
-------
Release requires Python 3.7 and `pipenv <https://docs.pipenv.org>`. To bump the
Release requires Python 3.7 and `pipenv <https://docs.pipenv.org>`
_
. To bump the
version run :code:`pipenv run bumpversion major|minor|patch` to update the
version and git commit and tag. Then run :code:`pipenv run upload` to upload the
new version to PyPI.
new version to PyPI and :code:`git push --follow-tags` to push the git commit
and tag.
License
-------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment