:snake:Tweedle
Features:
:warning: Now, DON'T USE this tool in important workspace directories, because:
git clone https://github.com/StrayDragon/tweedle.git # master repo
cd tweedle
poetry install
poetry shell
# unit test
pytest
pre-commit run --all-files -v
pre-commit install
Coming soon
Usage: tweedle [OPTIONS] COMMAND [ARGS]...
Welcome to use tweedle, enjoy it and be efficient :P
Please use "tweedle COMMAND --help" to get more detail of usages
Options:
--version show version details
--help show usages details
Commands:
manage manage to backup or recovery app configs and user data
project control your project workspace
if your want to try it now, use pipx to install it and DO NOT RUN COMMANDS IN YOUR REAL WORKING SPACE
pipx install 'git+https://github.com/StrayDragon/tweedle.git@feat/subcmd_project_spawn_dev_configs'