Squeleton ========= YOU HAVE AT YOUR DISPOSAL SOME COOKIECUTTER SQUELETON Here is the link on the github: https://github.com/Yameogo123/squeleton requirements: ^^^^^^^^^^^^^ - you need, of course, to install node (and npm) on your computer; or python - you need also to install cookiecutter `npm install cookiecutter` or through python `pip install cookiecutter` 1. **simple package**: For all python package how to init your app .. code-block:: bash cookiecutter https://github.com/Yameogo123/squeleton.git --directory="pythonPackage" 2. **fastAPI**: For all fastAPI application (using python packaging system) how to init your app .. code-block:: bash cookiecutter https://github.com/Yameogo123/squeleton.git --directory="fastAPI" 3. **ML**: For all your ML project in python (also using packaging) how to init your app .. code-block:: bash cookiecutter https://github.com/Yameogo123/squeleton.git --directory="ML" 4. **reactJS**: For all react JS project how to init your app .. code-block:: bash cookiecutter https://github.com/Yameogo123/squeleton.git --directory="reactJS" 5. **reactNative**: upcoming how to init your app .. code-block:: bash cookiecutter https://github.com/Yameogo123/squeleton.git --directory="reactNative"