Sentencer icon indicating copy to clipboard operation
Sentencer copied to clipboard

:pencil2: madlibs-style sentence templating in Javascript

Results 17 Sentencer issues
Sort by recently updated
recently updated
newest added

Hi, this is a nice library. I'm using this now to replace my manual replacements with a word list I had. What I'm missing though is something I had that...

This change allows recursive variable expansion. For example: we can choose from a list of questions: ```javascript var Sentencer = require('sentencer'); var randy = require('randy'); var questions = ["what is...

Vue.js and other popular libraries like handlebars use `{{}}`, so I converted it to `-{}-` to avoid errors that emerged from collision

On the [GitHub Page](http://kylestetz.github.io/Sentencer/) there is a "Spooky Sentence" option which looks to pull from a restricted set of adjectives and nouns but the list is (as far as I...

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies