/conteter

📖 Add creative flair to your projects with quick and easy content generation.

Primary LanguageTypeScriptMIT LicenseMIT

styled-components

📖 Add creative flair to your projects with quick and easy content generation.

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.