1.1.0 • Published 5 months ago

etendo-subapp-template-typescript v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Overview

The etendo-subapp-template-typescript package is a template designed for generating a basic subapplications for Etendo Mobile. This example provides the basic structure required for a subapplication, allowing developers to quickly set up and extend functionalities within the Etendo Mobile ecosystem.

Publishing the etendo-subapp-template-typescript Library on NPM

To publish the etendo-subapp-template-typescript library on NPM, follow these steps:

  1. Ensure NPM Authentication:

    • Verify that you are logged in to NPM:
      npm whoami
    • If not logged in, execute:
      npm login
    • Provide your NPM username, password, and email as prompted.
  2. Navigate to Your Project Directory:

    • Open your terminal and navigate to the root directory of the etendo-subapp-template-typescript library:
      cd path/to/etendo-subapp-template-typescript
  3. Update package.json (Optional):

    • Ensure the version field in your package.json is updated to reflect the new version you intend to publish:

      {
        "name": "etendo-subapp-template-typescript",
        "version": "1.0.1",
      }
  4. Run the Publish Command:

    • Execute the following command to publish your library under the latest tag:
      yarn publish --tag latest
  5. Verify the Publication:

    • Once the command completes, verify that the library has been published by checking your package on the NPM website:
      npm view etendo-subapp-template-typescript
    • Ensure that the new version is listed under the latest tag.
1.1.0

5 months ago

1.0.0

11 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago