archer-lipsum

0.0.1 • Public • Published

Archer lipsum

  • installation *
npm install 'archer-lipsum'
  • usage *
var archer = require('archer-lipsum');
 
// archer is a function that has 3 params
// character: ['sterling' | 'malory']
// wordCount: number (ignored if there are paragraphs)
// paragraphCount: number
 
// print out 40ish words
console.log(archer('sterling', 40));
 
// print out 2 paragraphs
console.log(archer('sterling', 0, 2));

All these quotes are taken from the show and belong to the makers and writers of Archer. I just made this for a bit of fun, so please don't sue me.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i archer-lipsum

      Weekly Downloads

      2

      Version

      0.0.1

      License

      Public Domain

      Last publish

      Collaborators

      • sugendran