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

https://github.com/a42ss/axel

Axel (aCLI) is an interactive and configurable command line interface (CLI). The main reason of using aCLI is to keep all the tools for your project in the same place easy to document and update.
https://github.com/a42ss/axel

cli command command-line command-line-app command-line-interface command-line-tool

Last synced: 5 months ago
JSON representation

Axel (aCLI) is an interactive and configurable command line interface (CLI). The main reason of using aCLI is to keep all the tools for your project in the same place easy to document and update.

Awesome Lists containing this project

README

          

Axel Command line interface (aCLI)
==================================

Axel (aCLI) is an interactive and configurable command line interface (CLI). The main reason of using aCLI is to keep all the tools for your project in the same place easy to document and update.

[![Total alerts](https://img.shields.io/lgtm/alerts/g/a42ss/axel.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/a42ss/axel/alerts/)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/a42ss/axel.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/a42ss/axel/context:python)

[![Build](https://github.com/a42ss/axel/actions/workflows/python-package.yml/badge.svg)](https://github.com/a42ss/axel/actions/workflows/python-package.yml)

Poetry commands
---------------

This project's dependencies are managed with poetry:

```
# creation command
poetry new --src axel

# install project dependencies
poetry install --remove-untracked
```