Skip to content

Commit

Permalink
docs: added installation and usage
Browse files Browse the repository at this point in the history
  • Loading branch information
grafuls committed May 23, 2023
1 parent bcd75ce commit 6ab0286
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 64 deletions.
61 changes: 0 additions & 61 deletions .cookiecutterrc

This file was deleted.

4 changes: 3 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ Installation

At the command line::

pip install ignor
git clone [email protected]:grafuls/python-ignor.git
cd python-ignor
pip install .
9 changes: 7 additions & 2 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Usage
=====

To use ignor in a project::
To use ignor from cli to get a list of supported languages::

import ignor
ignor --list


To generate the `.gitignore` file for the specific language::

ignor nasaspecsintact

0 comments on commit 6ab0286

Please sign in to comment.