UNPKG

ephemeral-writer

Version:
27 lines (16 loc) 1.25 kB
# Ephemeral Writer A library and web-based tool for nicer Tracery-like procedural text generation. ## Installation This package is hosted at npm, so it can be installed like this: ```bash $ npm install ephemeral-writer --save ``` ## What is this tool for? Ephemeral Writer is a tool for writing procedural text. It is a nicer interface to a tool called [Tracery](https://tracery.io/) with the goal of making procedural text generation available to non-programmers in a super streamlined form. What does it do? It allows you to procedurally generate text. You can use that text to feed twitter bots, to create SVG images, to name your child or for any other purpose where you want to have varied, partially randomised text. How does it do that? You, the writer, provide text with placeholders. Then you provide different snippets of text to go into those placeholders. The software randomly selects pieces every time you tell it to. That way your text varies over time. [Try out Ephemeral Writer here](https://martinpi.github.io/EphemeralWriter/) ## More information: [Read the manual](https://martinpi.github.io/EphemeralWriter/help.html) [Here's a Unity plugin](https://github.com/martinpi/EphemeraldUnity) Feel free to fork and adapt!