Mineral Foundation
Mineral is an open source framework that makes developing Discord applications intuitive and powerful.
Pinned Repositories
.github
base-structure
🧬 Structural base of the final project, this repository contains the whole minimal structure to make your applications work.
cache
cli
cli_old
container
🧱 This package is one of the core components of the Mineral framework, in fact it registers the entire application through its IOC.
core
🧡 The neuralgic heart of the application, this module gathers all the functionalities of the framework.
i18n
📦 The I18n module allows you to translate your textual content into multiple languages from yaml files while injecting your variables.
mongodb
📦 The mongoDB module was designed exclusively for the Mineral framework, it allows you to communicate with a MongoDB database.
package
📦 Develop your own packages thanks to this base offering you access to Mineral's core.
Mineral Foundation's Repositories
mineral-dart/core
🧡 The neuralgic heart of the application, this module gathers all the functionalities of the framework.
mineral-dart/container
🧱 This package is one of the core components of the Mineral framework, in fact it registers the entire application through its IOC.
mineral-dart/base-structure
🧬 Structural base of the final project, this repository contains the whole minimal structure to make your applications work.
mineral-dart/cache
mineral-dart/cli
mineral-dart/.github
mineral-dart/cli_old
mineral-dart/discord
mineral-dart/i18n
📦 The I18n module allows you to translate your textual content into multiple languages from yaml files while injecting your variables.
mineral-dart/mongodb
📦 The mongoDB module was designed exclusively for the Mineral framework, it allows you to communicate with a MongoDB database.
mineral-dart/package
📦 Develop your own packages thanks to this base offering you access to Mineral's core.
mineral-dart/redis
The redis module was designed exclusively for the Mineral framework.
mineral-dart/bot-mineral
mineral-dart/console
mineral-dart/libs
Compares Discord libraries and their support of new API features.