Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add french-data-generator extension #16018

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

YoannDrx
Copy link

@YoannDrx YoannDrx commented Dec 23, 2024

Description

This extension allows generating valid French Social Security Numbers (SSN) and IBANs, which is particularly useful for developers and testers who require dummy data compliant with French formats.

Key Features:

  • Generate French SSNs according to official standards.
  • Generate French IBANs respecting the official format.
  • Quickly copy generated data to the clipboard.
  • Simple and fast interface for maximum productivity.

The extension is built from scratch because French Social Security Numbers are highly specific to France. They are constructed based on:

  • Date of birth: Year and month.
  • Gender: Male or female.
  • Place of birth: Represented by INSEE codes.

Given this specificity, no existing extension could meet the requirements without major modifications, making a fork unsuitable. This extension provides a tailored solution for these unique French standards.


Visual Overview

Here is a quick demonstration of the extension in action:

Main Edit
french-data-generator 2024-12-23 at 19 07 32 french-data-generator 2024-12-23 at 19 07 49

The intuitive interface allows users to generate and copy data with just a few clicks.


Checklist

- username
- fix publish
- Initial commit
- first commit
@raycastbot raycastbot added the new extension Label for PRs with new extensions label Dec 23, 2024
@raycastbot
Copy link
Collaborator

raycastbot commented Dec 23, 2024

Congratulations on your new Raycast extension! 🚀

Due to our current reduced availability, the initial review may take up to 10-15 business days 🎄

Once the PR is approved and merged, the extension will be available on our Store.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new extension Label for PRs with new extensions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants