2.0.0 • Published 10 months ago

fakerlize v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

Fakerlize

Examples

const { createFake } = require('fakerlize')
const myModel = require('./Model')

const data = await createFake(myModel, {
  status: 'pending',
})
const fakerlize = require('fakerlize')
const myModel = require('./Model')

const createMyModel = fakerlize(myModel)

const data = createMyModel({
  status: 'pending',
})
2.0.0

10 months ago

1.5.0

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago