dummynator

0.0.5 • Public • Published

Dummynator.js

Simple JavaScript tool to generate dummy data useful for testing.

npm version npm downloads

Installation

Using npm:

npm install dummynator --save-dev

Usage

const dummy = require('dummynator');

const randomName = dummy.person.firstName(); // Idella
const randomEmail = dummy.internet.email(); // jordane_block@example.com

Documentation

You can find the documentation here.

Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Contribution

Feel free to open an issue if you encounter any issues or would like some new feature to be implemented.

Please make sure to read the Contributing Guide before making a pull request.

License

This project is MIT licensed.

Package Sidebar

Install

npm i dummynator

Weekly Downloads

4

Version

0.0.5

License

MIT

Unpacked Size

489 kB

Total Files

240

Last publish

Collaborators

  • maku85