-
Notifications
You must be signed in to change notification settings - Fork 1
Home
wiki de pasquale edited this page Aug 22, 2022
·
4 revisions
Dragapult aims to support main i18n formats to share common localization between platforms. It allows to consume
your current localization files and digests them into a common format defined by you. From this common format you're free to generate
resources whenever you need.
Tip: Generated resources shall not be committed in the repository. Always add them to the
.gitignore
file and force other developers and pipelines to usedragapult
to generate them ad-hoc.
Here are installations steps to get you started:
-
Download the latest release
-
Move the
dragapult-*
binary to:- Linux / Mac
/usr/local/opt/dragapult
- Windows
C:/Program Files/dragapult
- Linux / Mac
-
Link the binaries to your path
- Linux / Mac
ln -s /usr/local/opt/dragapult/bin/dragapult-app /usr/local/bin/dragapult
- Windows
- Follow any guide
- Linux / Mac
Always refer to the help provided with the program.
dragapult --help
dragapult consume --help
dragapult generate --help