Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.
/ conteter Public archive

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

License

Notifications You must be signed in to change notification settings

bfzli/conteter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


📖 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: '[email protected]',
//    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.

Topics

Resources

License

Stars

Watchers

Forks