0.0.1 • Published 5 years ago
@commercetools-frontend/menu-cli v0.0.1
@commercetools-frontend/menu-cli
Installation
$ npm install --save @commercetools-frontend/menu-cliUsage
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.
Command: build
The command generates a menu.json file given a menu.mjs file, where react-intl translations are defined for the menu labels.
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.