-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
60 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Changelog | ||
|
||
This file documents any relevant changes. | ||
|
||
## [0.5.0] - 2021-11-08 | ||
|
||
- first release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,38 @@ | ||
# viur-tools | ||
ViUR related python tools | ||
## ViUR-ClI | ||
|
||
The ViUR-Cli project allows the control of ViUR projects from one central location. | ||
|
||
### Installation | ||
|
||
use pip or pipenv to install this package | ||
|
||
```sh | ||
pip install viur-cli | ||
``` | ||
|
||
### Some Examples | ||
|
||
```sh | ||
viur-cli --help | ||
viur-cli init | ||
viur-cli run | ||
viur-cli deploy | ||
viur-cli index | ||
viur-cli vi | ||
viur-cli flare vi watch | ||
viur-cli env | ||
``` | ||
|
||
### Dependencies | ||
|
||
The app server dependents on the following packages | ||
|
||
* [click](https://click.palletsprojects.com/) | ||
* [app_server](https://github.com/XeoN-GHMB/app_server) | ||
* [pipfile-requirements](https://github.com/frostming/pipfile-requirements) | ||
* [watchgod](https://github.com/samuelcolvin/watchgod) | ||
* [python-minifier](https://github.com/dflook/python-minifier) | ||
|
||
## License | ||
|
||
Distributed under the MIT License. See `LICENSE` for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = viur_cli | ||
version = 0.2.0 | ||
version = viur_cli.__version__ | ||
author = Andreas H. Kelch | ||
author_email = [email protected] | ||
description = A CLI to do everyday tasks | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters