/lzo_api_pagseguro

Integration with API of PagSeguro

Primary LanguageTypeScriptMIT LicenseMIT

LZO API PagSeguro

Sponsor Commitizen friendly TypeScript version Node.js version APLv2 Build Status - GitHub Actions

Before install this package

Create file .npmrc in root folder of your project:

@guilhermesantos001:registry=https://npm.pkg.github.com

Getting Started

This project is intended to be used with the latest Active LTS release of Node.js.

Read the documentation in the Wiki

Clone repository

To clone the repository, use the following commands:

git clone https://github.com/GuilhermeSantos001/lzo_api_pagseguro.git
cd lzo_api_pagseguro
yarn install

Download latest release

Download and unzip the current main branch or one of the tags:

wget https://github.com/guilhermesantos001/lzo_api_pagseguro/archive/main.zip -O lzo_api_pagseguro.zip
unzip lzo_api_pagseguro.zip && rm lzo_api_pagseguro.zip

Available Scripts

  • update - updates the project dependencies
  • clean - remove coverage data, Jest cache and transpiled files
  • prebuild - lint source files and tests before building,
  • build - transpile TypeScript to ES6
  • build:watch - interactive watch mode to automatically transpile source files
  • type-check - run tsc to check types
  • type-check:watch - interactive watch mode to automatically check types
  • lint - lint source files and tests
  • test - run tests
  • test:watch - interactive watch mode to automatically re-run tests

Backers & Sponsors

Support this project by becoming a sponsor.

License

Licensed under the APLv2. See the LICENSE file for details.