https://github.com/SpellcraftAI/cli
All Spellcraft CLI tools.
https://github.com/SpellcraftAI/cli
Last synced: 11 months ago
JSON representation
All Spellcraft CLI tools.
- Host: GitHub
- URL: https://github.com/SpellcraftAI/cli
- Owner: SpellcraftAI
- License: mit
- Created: 2022-11-14T05:00:13.000Z (over 3 years ago)
- Default Branch: canary
- Last Pushed: 2023-06-19T08:56:21.000Z (about 3 years ago)
- Last Synced: 2024-11-29T11:07:46.384Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 11 MB
- Stars: 75
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Spellcraft
CLI Tools
This is a monorepo which contains all of our open source tools.
### 1. UPG
[`packages/upg`](https://github.com/gptlabs/tools/tree/master/packages/upg)
Short for "universal program generator," UPG is a tool for creating and editing
programs in any language generated with the help of GPT-3.
### 2. GSH
[`packages/gsh`](https://github.com/gptlabs/tools/tree/master/packages/upg)
A natural language terminal shell for using your machine conversationally.
------
## **Contributing**
### Cloning this monorepo and all submodules locally:
`git clone --recursive-submodules -j8 git@github.com:gptlabs/tools.git`