@tinykit/gen
Version:
Generate bash commands from natural language using existing AI tools (GitHub Copilot CLI, Gemini CLI)
38 lines (37 loc) • 710 B
JSON
{
"name": "@tinykit/gen",
"version": "0.0.4",
"private": false,
"description": "Generate bash commands from natural language using existing AI tools (GitHub Copilot CLI, Gemini CLI)",
"main": "./src/index.js",
"bin": {
"gen": "src/index.js"
},
"scripts": {
"postinstall": "node scripts/install.js",
"configure": "node scripts/install.js"
},
"keywords": [
"bash",
"shell",
"ai",
"copilot",
"gemini",
"cli",
"command-generation",
"natural-language"
],
"author": "",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"preferGlobal": true,
"os": [
"darwin",
"linux"
],
"publishConfig": {
"access": "public"
}
}