A simple command-line to configure dev workflow.
pip install .For development:
pip install -e .Use this following command to formmat any file available in the package:
devtoolUse this command to list all availables parameters:
devtool --helpdevtool-project/
βββ devtool/ # Main package
β βββ__init__.py
β βββ__main__.py
β βββ cli.py
β βββ editor_setup.ssh
β βββ git_config.ssh
β βββ ssh_setup.ssh
βββ LICENSE
βββ CHANGELOG.md
βββ README.md
βββ pyproject.toml # Project metadata
pytestThis project is licensed under the MIT License - see the LICENSE file for details.