Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewen-lbh/portfoliodashb
A utility that complements https://github.com/ewen-lbh/portfoliodb and helps me with the process of registering each of my projects in my https://github.com/ewen-lbh/portfolio.
https://github.com/ewen-lbh/portfoliodashb
automation cli portfolio portfoliodb
Last synced: 21 days ago
JSON representation
A utility that complements https://github.com/ewen-lbh/portfoliodb and helps me with the process of registering each of my projects in my https://github.com/ewen-lbh/portfolio.
- Host: GitHub
- URL: https://github.com/ewen-lbh/portfoliodashb
- Owner: ewen-lbh
- Created: 2020-12-19T01:22:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T22:09:28.000Z (almost 4 years ago)
- Last Synced: 2024-04-23T02:33:06.112Z (7 months ago)
- Topics: automation, cli, portfolio, portfoliodb
- Language: Python
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# portfoliodashb
A utility that complements [portfoliodb](https://github.com/ewen-lbh/portfoliodb) and helps me in the process of registering each of my projects in my [portfolio](https://github.com/ewen-lbh/portfolio).
## Installation
```shell
pip install git+https://github.com/ewen-lbh/portfoliodashb
```## Usage
```shell
Usage: portfoliodashb [OPTIONS] COMMAND [ARGS]...Options:
--install-completion [bash|zsh|fish|powershell|pwsh]
Install completion for the specified shell.
--show-completion [bash|zsh|fish|powershell|pwsh]
Show completion for the specified shell, to
copy it or customize the installation.--help Show this message and exit.
Commands:
dash
fill Creates missing .portfoliodb/description.md files in projects
prune Removes .portfoliodb/description.md when no checks are passed...
```