A neovim plugin for generating fake data

Hey everyone! I’m thrilled to introduce my first Neovim plugin, nvim-faker! :tada:

Have you ever found yourself in a situation where you needed to create realistic dummy data for your projects? Whether you’re testing applications, mocking APIs, or populating databases, dummy data is a must-have. But manually crafting it can be a real pain in the neck.

That’s where nvim-faker comes in! This plugin uses the awesome Faker.js library to generate a wide range of realistic data types right within your Neovim environment.

Once you’ve set it up, you can use the simple :Faker command followed by the Faker.js module, function, and any parameters you need. For more detailed information and a complete list of supported modules and functions, check out the plugin’s README. I’m eager to hear your thoughts and feedback!

1 Like