Skip to content

Commit

Permalink
update README and TODO
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
  • Loading branch information
seapagan committed Aug 19, 2024
1 parent bf5a4ac commit 6c3d62b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ In addition, future plans are to
## Installation

Installation is standard. If you are using `pipx` (recommended) install it as:
Installation is standard. If you are using [pipx](https://pipx.pypa.io/)
(recommended) install it as:

```console
pipx install lice2
Expand Down
6 changes: 6 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Future Ideas for the project

- Add a config file to choose the default license and more.
- Convert the CLI to use `Typer`
- Upgrade the test suite to full coverage.
- Add a dynamic CHANGELOG

0 comments on commit 6c3d62b

Please sign in to comment.