wp i18n make-pot . ./destination/path/file_name.pot --exclude=<dir>
wp i18n update-po ./source/path/file_name.pot ./destination/path/file_name.po
wp i18n make-mo ./source/path/file_name.po
npx @wordpress/create-block@latest <block-name> --namespace="<plugin-namespace>" --slug="<plugin-slug>" --variant="<dynamic | static>"
vip dev-env create --slug=example-site
vip dev-env info --slug=example-site
vip dev-env start --slug example-site