Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```