0.0.2 • Published 12 months ago

contenter v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

What is Contenter?

Generate content for testing, previews, and other scenarios. Seamless integration in dev and prod. Import consistent, randomized content on client/server. Framework-agnostic for versatile use.

import { 
    Name, 
    Surname, 
    Email, 
    Username,
    Title,
    Website
} from "@contenter"

const allDatas = {
    name: Name(),
    surname: Surname(),
    email: Email(),
    username: Username(),
    title: Title(),
    website: Website()
}

console.log(allDates)

// output: {
//    name: 'Ava',
//    surname: 'Campbell',
//    email: 'elizabethgarcia@example.net',
//    username: 'ava_campbell',
//    title: 'Understanding the Dynamics of International',
//    website: 'placeholderfinance.com',
// }

License

Licensed under the MIT License, everyone is allowed to use the code expect for bad.

See LICENSE for more information.