GithubHelp home page GithubHelp logo

guiyomh / charlatan Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 0.0 79 KB

Relying on brianvoe/gofakeit, Charlatan allows you to create a ton of fixtures/fake data for use while developing or testing your project. It is inspired by nelmio/alice.It gives you a few essential tools to make it very easy to generate complex data in a readable and easy to edit way, so that everyone on your team can tweak the fixtures if needed.

License: GNU Affero General Public License v3.0

Makefile 0.76% Go 98.81% Dockerfile 0.43%
database expression-language faker fixture fixtures golang testing

charlatan's Introduction

Hi there ๐Ÿ‘‹

About me

I like to design things and check if the design is viable and fits the needs. I am curious, I like to learn new things. I consider computer science as a tool in constant evolution. Iโ€™m passionate about technology and automation, I've always been looking to improve my work.

My Hobbies

๐Ÿ”. Hiking
๐Ÿ“ธ. Photography
๐Ÿ’ป. Programming

My Programming languages

More about me

ย ย ย 

charlatan's People

Contributors

guiyomh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

charlatan's Issues

reference to a field

Charlatan also allows you to directly reference to field using the @name.property notation.

user:
    admin_1:
        first_name: 'William'
        last_name: 'Wallace'
        group_id: '@group_1.name'
    user_{1..10}:
        first_name: 'Bob <Current()>'
        last_name: 'The sponge'
        group_id: '@group_2.name'

group:
    group_1:
        name: admin
    group_2:
        name: reader

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.