Skip to content

Commit

Permalink
docs: add a get started documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mariugul committed Sep 18, 2024
1 parent 64bdce9 commit d09ee6a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
28 changes: 28 additions & 0 deletions docs/source/get_started.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
=========================
Getting Started
=========================

Welcome to the **comeit** project! A linter for conventional commits. Follow the steps below to
install and start using the package.

1. **Install the package**:

You can install **comeit** directly from PyPI using `pip`:

.. code-block:: bash
pip install comeit
2. **Run the application**

**comeit** includes a CLI tool, you can run it like this:

.. code-block:: bash
comeit
By default, ``comeit`` uses ``git`` internally with ``gitpython`` to read all the commits on the
current branch. These are the commits that are parsed and reported if nothing else is specified.


You're ready to go! Explore the project documentation for further details.
5 changes: 2 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
comeit documentation
====================

Add your content using ``reStructuredText`` syntax. See the
`reStructuredText <https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_
documentation for details.
Lint git commits in a Conventional Commits manner in pure Python.


.. toctree::
:maxdepth: 2
:caption: Contents:

get_started
rules_config

0 comments on commit d09ee6a

Please sign in to comment.