vinoipsum

wine based lorem ipsum generator

Usage no npm install needed!

<script type="module">
  import vinoipsum from 'https://cdn.skypack.dev/vinoipsum';
</script>

README

Build Status

Dependency Status

Vino Ipsum

Vino Ipsum is a module/for the node.js platform that can generate passages of lorem ipsum text that is based around wine related words

This module was inspired and derived from the node-lorem-ipsum module fron kicklabs

Demo App

See Vino Ipsum API Server

Using the Binary

Install the Vino Ipsum module globally so that you can access the binary from anywhere.

npm install vinoipsum -g

Execute the statement vinoipsum on the command line to generate a passage of vino ipsum. You can pass arguments to the program to fine-tune the output. See below.

vinoipsum

Description of the arguments.

Argument Description
-s Generate a sentence
-p Generate a paragraph of vino ipum
--count Specifies the number of (sentence or paragraph) to generate. Defaults to 1
--html Wrap the output in HTML tags
--copy Copy the output to the system clipboard

License

This software is licensed under the MIT license.

Copyright (c) 2013 Mark Lussier

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.