fake-data
v1.0.0
Published
A simple node module which generates fake data based on given options
Downloads
8
Readme
A simple node module which generates fake data
I was in a situation where I need some fake usernames, paragraphs, sentences, phone numbers, and so on. This little node module generates fake data based on given options.
It is written as a console based module. You can use it by runnig the following command:
node fake-data [options]
But first you need to install it.
# install globally
npm install -g fake-data
# install locally as a dependency
npm install fake-data --save-dev
If you want help, you just need to run fake-data
without passing any option.
node fake-data
By running fake-data
with --help
option, you will get the same result.