Skip to content

Commit

Permalink
Merge pull request #19 from rtCamp/cli-typer
Browse files Browse the repository at this point in the history
bump version 0.4.0
  • Loading branch information
Xieyt authored Aug 18, 2023
2 parents 42dffa9 + c17f7eb commit afb7145
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 57 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ FrappeManager is a docker compose based tool to easily manager frappe based proj
- Install it using pip

```bash
pip install fm-0.3.0.tar.gz
pip install fm-0.4.0.tar.gz
# or
pip install fm-0.3.0-py3-none-any.whl
pip install fm-0.4.0-py3-none-any.whl
```


Expand Down Expand Up @@ -66,5 +66,6 @@ fm create example --frappe-branch version-15-beta --apps erpnext:version-15-beta
- [ ] Exceptions handling with error messages.
- [ ] Better status messages.
- [ ] Handle dependencies(mkcert,docker,code).
- [ ] Add Https support.
- Add vscode devcontainer support.
- Create cli with basic options.
Loading

0 comments on commit afb7145

Please sign in to comment.