Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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...
```