Docs
Search
Search
Help & Feedback
Get Started
Functionality
Learning
Extension
Dev Tooling
APIs
Releases
Recipes to Try Out
An ever growing list of recipes.
Module Recipe - How to create an Extension Data Module
How-to Guide
Describe the steps to create a new Data Module
Use B2C Sample data for reference
Build and Install the Extension Data Module
Module Recipe - How to create an Extension Module
How-to Guide
Describe the steps to create a new module with a custom plugin
TL;DR from module creation to installation:
Create:
`fluent module create`
Update
`resources/module.json`
with the module's version, dependencies and module name
Add in the source code + unit and integration tests under the
`plugins/`
folder