Skip to content

A simple tool that helps you to prepare yourself for "Le Grand Remplacement" and gives you some french firstnames in replacement of the one you are currently using

Notifications You must be signed in to change notification settings

NicoLivesey/zemmourify

Repository files navigation

zemmourify

A simple tool that helps you to prepare yourself for "Le Grand Remplacement" and gives you some french firstnames in replacement of the one you are currently using

Setup env

Install dependencies

make init

How to use

zemmourify [your name]

Some useful commands

make test       # run coverage tests
make            # get all commands

Docker

The Dockerfile is parametrized with two config: DEV and PROD

Build

make docker-build         # build DEV docker image  (name: zemmourify_LOCAL)
make docker-prod-build    # build PROD docker image (name: zemmourify)

Test

make docker-test          # run tests in DEV image
make docker-prod-test     # run tests in PROD image

Interactive console

make docker-exec cmd=zsh args="-p 80:80 -p 8501:8501 -p 8000:8000"

Use vscode inside container

Setup

mkdir -p .devcontainer && cp .vscode/devcontainer.tpl.json .devcontainer/devcontainer.json

In vscode: CMD + Shift + P then select Remote-Containers: Reopen in Container

To rebuild vscode container: CMD + Shift + P then select Rebuild...

About

A simple tool that helps you to prepare yourself for "Le Grand Remplacement" and gives you some french firstnames in replacement of the one you are currently using

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published