bfzli / conteter

πŸ“– Add creative flair to your projects with quick and easy content generation.

Home Page:https://www.npmjs.com/package/contenter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


πŸ“– 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.

About

πŸ“– Add creative flair to your projects with quick and easy content generation.

https://www.npmjs.com/package/contenter

License:MIT License


Languages

Language:TypeScript 96.3%Language:JavaScript 3.7%