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
- Host: GitHub
- URL: https://github.com/dubisdev/personalitext
- Owner: dubisdev
- License: mit
- Created: 2023-02-17T17:48:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T17:57:12.000Z (about 3 years ago)
- Last Synced: 2025-02-25T04:48:19.243Z (about 1 year ago)
- Topics: nodejs, productivity, writing
- Language: TypeScript
- Homepage:
- Size: 361 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.

## 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)