Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tancredesimonin/scripts
A list of useful scripts
https://github.com/tancredesimonin/scripts
Last synced: 2 days ago
JSON representation
A list of useful scripts
- Host: GitHub
- URL: https://github.com/tancredesimonin/scripts
- Owner: tancredesimonin
- Created: 2024-09-07T04:11:27.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T14:14:42.000Z (about 2 months ago)
- Last Synced: 2024-09-18T11:04:14.531Z (about 2 months ago)
- Language: TypeScript
- Size: 4.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ✨ List of useful scripts
## 📦 packages documentation
- [Oclif](https://oclif.io/docs/introduction)
- [Interactive CLI with Inquirer](https://www.npmjs.com/package/@inquirer/prompts)
- [AI with vercel AI SDK](https://sdk.vercel.ai/docs/getting-started/nodejs)
- [OpenAI Pricing](https://openai.com/api/pricing/)## ✨ Scripts
### 📝 Ghost blog export
- [Ghost blog export](/ghost-blog-export/README.md) - Export your Ghost blog to markdown files.
### 📝 Typewriter
- [Typewriter](/typewriter/README.md) - A simple CLI to manage ghostwriting with MDX files.
## 🚀 Create a new CLI
```bash
yarn oclif generate
```## Commands
### Create new command
[📚 Documentation](https://oclif.io/docs/generator_commands)
```bash
yarn oclif generate command
```