etendo-subapp-template-typescript
v1.0.0
Published
Clean and minimalist React Native template for a quick start with TypeScript.
Downloads
2
Readme
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:
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.
- Verify that you are logged in to NPM:
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
- Open your terminal and navigate to the root directory of the
Update
package.json
(Optional):Ensure the
version
field in yourpackage.json
is updated to reflect the new version you intend to publish:{ "name": "etendo-subapp-template-typescript", "version": "1.0.1", }
Run the Publish Command:
- Execute the following command to publish your library under the
latest
tag:yarn publish --tag latest
- Execute the following command to publish your library under the
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.
- Once the command completes, verify that the library has been published by checking your package on the NPM website: