Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Latest commit

 

History

History
62 lines (40 loc) · 1.98 KB

README.md

File metadata and controls

62 lines (40 loc) · 1.98 KB

Esmerald

Note

This repository was created before the Esmerald directives were created and added to its core.

Now that is in place for also quite some time, this repository no longer needs updating and you can also check an example using the directives about how to generate a similar project to this one.

Esmerald

🚀 Highly scalable, performant, easy to learn, easy to code and for every application. 🚀

Test Suite Package version Supported Python versions


Documentation: https://esmerald.dymmond.com 📚

Source Code: https://github.com/dymmond/esmerald


Esmerald scaffold

This serves as an example of a possible scaffold that can be used by you to start your Esmerald projects.

What does it bring

A ready to use simple Esmerald application with some examples how to organise a project.

Requirements

  1. Python 3.7+
  2. Cookiecutter

How to install

$ cookiecutter https://www.github.com/dymmond/esmerald-scaffold

Follow the instructions.