0.1.0 • Published 4 years ago

unique-segment-id v0.1.0

Weekly downloads
-
License
SEE LICENSE IN <l...
Repository
bitbucket
Last release
4 years ago

unique-segment-id

This library has functions to generate unique segment id by differents contracts garanting a unique output.

Quick Start

  • To get this project running in your machine, first, install all dependencies npm install;
  • If you want to build it, run npm run build
  • You can also run unit tests with coverage, with npm run test:coverage

Another commands:

  • Clear files build and dependencies: npm run clear;
  • Validate lint: npm run lint;
  • Fix lint (style and format): npm run lint:fix;
  • Validate only style: npm run lint:style;
  • Fix only style: npm run lint:style:fix;
  • Validate only format: npm run lint:format;
  • Fix only format: npm run lint:format:fix;

Who do I talk to

This project is maintained by the Search Tribe.

Requirements

To guarantee the correct functioning of this package the following dependencies are required:

  • Node v10.0 or higher
  • TypeScript v3.0 or higher

To Publish this package

This package is automatically published when a pull request is merged into the master branch.

References

Contributing

Anyone from MaxMilhas can contribute to this project since the changes follows the rules described on CONTRIBUTING.md.