fluentfixture
ContributionCode of Conduct
  • Fluent Fixture
  • PACKAGES
    • @fluentfixture/core
      • Everything Is A Factory
      • Streams
        • Stream
        • Boolean Stream
        • Number Stream
        • String Stream
        • Date Stream
        • Array Stream
        • Object Stream
      • Generators
      • Live Demo
    • @fluentfixture/format
      • Structure
      • Pipe Functions
        • Built-In Pipes
        • Custom Pipes
      • How To Use
      • Error Handling
      • Live Demo
  • 🫂Contribution
  • 🐦Follow me on Twitter :)
Powered by GitBook
On this page
  • Philosophy
  • Packages
  • Core (@fluentfixture/core)
  • Format (@fluentfixture/format)
  • License
Edit on GitHub

Fluent Fixture

Next@fluentfixture/core

Last updated 7 months ago

The is a flexible tool for generating customizable mock data with a fluent interface.

Philosophy

In Informatics, dummy data is benign information that does not contain any useful data, but serves to reserve space where real data is nominally present. Dummy data can be used as a placeholder for both testing and operational purposes. For testing, dummy data can also be used as stubs or pad to avoid software testing issues by ensuring that all variables and data fields are occupied. (↪)

Generating dummy data is crucial in software development. The quality of test data directly impacts development quality and velocity. There are many dummy data generators in the JavaScript ecosystem. However, creating complex objects and responding to real-world use cases can be challenging.

The aims to provide a fluent interface and an extensible architecture for generating dummy data.

The doesn't provide predefined data like FakerJS but offers multiple adapters for integration with external libraries.

Packages

Core (@fluentfixture/core)

The provides various data generators for different use cases. All generators offer a fluent interface for manipulating data, including sorting, creating conditional values, and more.


Format (@fluentfixture/format)

The is a flexible string format library that provides formatting functionality with extensible formatting capability.

License

@fluentfixture is licensed.

@fluentfixture
wiki
@fluentfixture
@fluentfixture
@fluentfixture/core
@fluentfixture/format
MIT