0.0.20 • Published 8 years ago

lorem-ipsum-simple v0.0.20

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

#lorem-ipsum-simple This is simple lorem-ipsum generator. You can make it easy to generate mock text.

##USAGE $ npm i lorem-ipsom-simple
or
$ yarn add lorem-ipsom-simple

##Caution This is work-progress. it's really tiny now. I'm supposed to make additional feature.

##Basic feature.

import lorem from 'lorem-ipsum-simple';
lorem(20) // => generate mock text.
console.log(lorem(20))
// => Tristique tristique eu pharetra eleifend blandit vitae tellus quis ante cursus molestie eget sodales rhoncus turpis vulputate praesent aliquam elit tellus.
// like above result.
// you can add any type of number in argument. after call this function, it will render any words in your console.
// but maximum is 200. if you set over 200 number in argument, this function will render 200 words in your console.

Background

Sometimes, I needed mocking text which like a lorem ipsom. I made it by assuming to use React.js environment.

0.0.20

8 years ago

0.0.19

8 years ago

0.0.18

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago