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.
- Host: GitHub
- URL: https://github.com/a42ss/axel
- Owner: a42ss
- License: mit
- Created: 2022-06-06T15:57:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T19:53:52.000Z (over 2 years ago)
- Last Synced: 2024-05-20T23:20:23.340Z (about 2 years ago)
- Topics: cli, command, command-line, command-line-app, command-line-interface, command-line-tool
- Language: Python
- Homepage:
- Size: 305 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[](https://lgtm.com/projects/g/a42ss/axel/alerts/)
[](https://lgtm.com/projects/g/a42ss/axel/context:python)
[](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
```