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

https://github.com/dubisdev/personalitext

✒️ Create multiple texts from a single template
https://github.com/dubisdev/personalitext

nodejs productivity writing

Last synced: about 1 year ago
JSON representation

✒️ Create multiple texts from a single template

Awesome Lists containing this project

README

          

# ✒️ PERSONALITEXT

> Create multiple texts from a single template

Useful for creating multiple texts with the same structure, but different content.

👁️ Use case: write an email template and create multiple emails from it for different recipients.

![personalitext gif](./assets/personalitext.gif)

## Installation

You can install personalitext globally with npm:

```bash
npm install -g personalitext
```

Or you can use it with npx:

```bash
npx personalitext
```

## Usage

```bash
personalitext
```

## License

[MIT](./LICENSE) © [David Jiménez](https://dubis.dev)