8000 GitHub - odutradev/digest-code-cli: Simple CLI to process folders automatically with customizable commands
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

odutradev/digest-code-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Folder Processor with digest-code

Minimalist CLI to process folders automatically.

Quick Install

git clone https://github.com/odutradev/digest-code-cli
chmod +x install.sh
./install.sh

Configuration

Create a .env:

BASE_DIR=C:\.projetos
COMMAND=python -m main
WORKING_DIR=C:\.projetos\digest-code

Usage

digest-code

Output:

Processing: folder1
Processing: folder2
Processing: folder3

Complete Example

  1. Copy the example:

    cp .env.example .env
  2. Run:

    digest-code

Done!

About

Simple CLI to process folders automatically with customizable commands

Topics

Resources

Stars

Watchers

Forks

0