appgini-customization-cookbook icon indicating copy to clipboard operation
appgini-customization-cookbook copied to clipboard

A compilation of lean, straight to the point, and easy to follow recipes for customizing your AppGini apps to achieve specific goals. If you have recipes that you want to share, feel free to send a pu...

Appgini customization cookbook

A compilation of lean, straight to the point, and easy to follow recipes for customizing your AppGini apps to achieve specific goals. If you have recipes that you want to share, feel free to send a pull request.

Each recipe is in a single file in md (Mark down) format. The file structure is:

  1. File title.
  2. Purpose of the recipe, explaining briefly what this recipe is useful for.
  3. Files to edit, a list of files you need to edit to apply this recipe, and the exact code to use in each.
  4. Optional notes section, mentioning any concerns, compatibility issues, .. etc.