CLI to manage a Custom Application menu.json with translations support.
npm install @commercetools-frontend/menu-cli``bash`
$ npm install --save @commercetools-frontend/menu-cli
> Please make sure you have Node.js v14 or higher installed as this package uses native ES modules.
The CLI offers commands to manage an Custom Applications menu.json.
The command generates a menu.json file given a menu.mjs file, where react-intl translations are defined for the menu labels.
`bash`
yarn menu-cli build \
--menu-file=menu.mjs \
--i18n-folder=i18n/data \
--locales="en, de, es, fr-FR, zh-CN, ja"
It is advised to rely on the CLIs defauls whenever possible and only run yarn menu-cli build`.