
Eca Clients
- 1 installs
- 100 repo stars
- Updated July 9, 2026
- ericdallo/dotfiles
Configure and use ECA client tools from dotfiles for terminal-based workflows.
About
ECA Clients provides CLI configuration for enterprise client tools. Set up and integrate ECA clients into terminal workflows and development environment.
- ECA CLI client configuration.
- Terminal integration patterns.
Eca Clients by the numbers
- 1 all-time installs (skills.sh)
- Ranked #467 of 550 CLI & Terminal skills by installs in the Skillselion catalog
- Data as of Jul 15, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ericdallo/dotfiles --skill eca-clientsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 100 |
| Last updated | July 9, 2026 |
| Repository | ericdallo/dotfiles ↗ |
What it does
Configure and use ECA client tools from dotfiles for terminal-based workflows.
Files
ECA clients
All projects live in ~/dev/<project>, example: ~/dev/eca-emacs
eca-emacs
First and most important ECA client, new features goes here.
Release
1. commit and push your changes, no tag needed
eca-vscode
Uses shared eca-webview project
Release
1. Commit and push your changes
- if there are changes in eca-webview folder, first commit and push there then on git root after or pull if commited from other repo the webview.
2. run npm version <patch|minor|major> considering user choice otherwise patch 3. push the new tag 4. publish to marketplace via npm run publish
eca-intellij
Uses shared eca-webview project
Release
1. Add entry to changelog (max 180 chars) unreleased if not there 2. Commit and push your changes
- if there are changes in eca-webview folder, first commit and push there then on git root after or pull if commited from other repo the webview.
3. run bb tag <version-tag> considering user choice otherwise a patch number
eca-web
Uses shared eca-webview project
Release
1. Commit and push your changes
- if there are changes in eca-webview folder, first commit and push there then on git root after or pull if commited from other repo the webview.
eca-desktop
Uses shared eca-webview project
Release
1. Commit and push
- if there are changes in eca-webview folder, first commit and push there then on git root after or pull if commited from other repo the webview.
2. run npm version <patch|minor|major> considering user choice otherwise patch 3. push the new tag
eca-nvim
Outdated client, missing features, we don't change manually here but someone will in the future
eca-cli
WIP, do not touch yet