💾 Archived View for space.r8.rs › docs › manual › packages.gmi captured on 2024-03-21 at 15:04:18. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-03-01)
-=-=-=-=-=-=-
r8 is a modular engine and instead of depending on a big monolithic game engine you can add the packages you need.
To add the internationalization package i18n you can run this command from within the app root directory. You may skip the version, in that case the latest available will be used.
r8 package --get i18n@0.1.0
This command will check out the package to your "packages" directory and add a new entry to to "packages" section in the "config.yml" file.
If you do not longer want to depend on the internationalization package you run this command. Note that you must provide the version of the package.
r8 package --remove i18n@0.1.0