@commercetools-frontend/menu-cli
v0.0.1
Published
CLI to manage a Custom Application menu.json with translations support.
Downloads
3,607
Readme
@commercetools-frontend/menu-cli
Installation
$ npm install --save @commercetools-frontend/menu-cli
Usage
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
.