Minimalist CLI to process folders automatically.
git clone https://github.com/odutradev/digest-code-cli
chmod +x install.sh
./install.sh
Create a .env
:
BASE_DIR=C:\.projetos
COMMAND=python -m main
WORKING_DIR=C:\.projetos\digest-code
digest-code
Output:
Processing: folder1
Processing: folder2
Processing: folder3
-
Copy the example:
cp .env.example .env
-
Run:
digest-code
Done!