@greenarmor/tatacodes
v0.0.1
Published
Tata Coding Agent is a rebranded distribution of the Codex TUI command-line interface design for Neovim usability. This repository packages the prebuilt `dist/tata` binary alongside a lightweight Node.js launcher (`bin/tata.js`) so you can install the too
Downloads
80
Readme
Tata Coding Agent 0.0.1
Tata Coding Agent is a rebranded distribution of the Codex TUI command-line interface design for Neovim usability. This repository packages the prebuilt dist/tata binary alongside a lightweight Node.js launcher (bin/tata.js) so you can install the tool globally through modern JavaScript package managers.
Global installation from a local checkout
- Clone the repository:
git clone https://github.com/greenarmor/tatacodes.git cd tatacodes - Install globally with your preferred package manager:
npm install -g ./tatacodes # or pnpm add -g ./tatacodes - Confirm the CLI is on your PATH (the command is exported as
tata, matching thepackage.jsonbinfield):tata --version
Install from npm Package Manager site
npm install -g @greenarmor/tatacodes
pnpm install -g @greenarmor/tatacodesAfter installation, run tata --help to access the Tata Coding Agent 0.0.1
