1.11.0 • Published 3 years ago

@grupoolivero/trii-classes-definitions v1.11.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Introduction

TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.

Getting Started

TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:

  1. Installation process
  2. Software dependencies
  3. Latest releases
  4. API references

Build and Test

TODO: Describe and show how to build your code and run the tests.

Contribute

TODO: Explain how other users and developers can contribute to make your code better.

If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files:

npm

npm account

username: leandrofrancia
email: leandrofrancia@gmail.com org: trii pass: Telefonia$

//////////////////////////////////// How to publish a scoped NPM package for your organization

Setting up your package and your terminal

1-Head to the package directory in your favoured terminal. 2-Once you’re there, double check your package.json has two important things:

Check the “name” field fits the following naming structure: @organization/your-package-name. It must contain the “@”, your organization name and the slash before your package name to correctly scope to your organization.

Check you’re happy with the package version number. This will be published alongside the content of your package on the NPM registry, and users of your package will be able to install this version by adding it to the end of their package install commands, such as: npm install @organization/your-package-name@1.2.3.

3-Run the command npm adduser in your terminal to log in to NPM. This will ensure you have the right permissions to publish your package in the next step.

4-Now run the command <<| npm publish --access public |>> to publish your package to the NPM registry.

////////////////////////////////////

1.11.0

3 years ago

1.10.0

3 years ago

1.9.0

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago