Inspired by Alexander Fraser Tytler, who wrote one of the earliest essays on the principles of translation.
Tytler provides an assisted workflow to work with translations in both server side and client side react applications.
To create a new command, just do it and npm publish the package.
To create a new version of the extension, run the following command in the extension folder:
npm version patch
vsce packageIf you don't have vsce installed, you can install it globally with:
npm install -g vsceThis will create a new version of the extension in the root folder.
Next, remove the previous version vsix file from the root folder so the install script can use the new version.
To install the version, build the CLI command and run the following command in:
tytler install