Read
This commit is contained in:
parent
6b02fb66bc
commit
21aeedd1d1
1 changed files with 1 additions and 39 deletions
40
README.md
40
README.md
|
|
@ -1,41 +1,3 @@
|
|||
# cry
|
||||
|
||||
[](https://pypi.org/project/cry/)
|
||||
[](https://github.com/decarabas/cry/releases)
|
||||
[](https://github.com/decarabas/cry/actions/workflows/test.yml)
|
||||
[](https://github.com/decarabas/cry/blob/master/LICENSE)
|
||||
|
||||
Command line feed reader
|
||||
|
||||
## Installation
|
||||
|
||||
Install this tool using `pip`:
|
||||
```bash
|
||||
pip install cry
|
||||
```
|
||||
## Usage
|
||||
|
||||
For help, run:
|
||||
```bash
|
||||
cry --help
|
||||
```
|
||||
You can also use:
|
||||
```bash
|
||||
python -m cry --help
|
||||
```
|
||||
## Development
|
||||
|
||||
To contribute to this tool, first checkout the code. Then create a new virtual environment:
|
||||
```bash
|
||||
cd cry
|
||||
python -m venv venv
|
||||
source venv/bin/activate
|
||||
```
|
||||
Now install the dependencies and test dependencies:
|
||||
```bash
|
||||
pip install -e '.[test]'
|
||||
```
|
||||
To run the tests:
|
||||
```bash
|
||||
pytest
|
||||
```
|
||||
A local-first, command-line feed reader. Kinda.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue