LZO API PagSeguro
Create file .npmrc
in root folder of your project:
@guilhermesantos001:registry=https://npm.pkg.github.com
This project is intended to be used with the latest Active LTS release of Node.js.
Read the documentation in the Wiki
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 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
update
- updates the project dependenciesclean
- remove coverage data, Jest cache and transpiled filesprebuild
- lint source files and tests before building,build
- transpile TypeScript to ES6build:watch
- interactive watch mode to automatically transpile source filestype-check
- run tsc to check typestype-check:watch
- interactive watch mode to automatically check typeslint
- lint source files and teststest
- run teststest:watch
- interactive watch mode to automatically re-run tests
Support this project by becoming a sponsor.
Licensed under the APLv2. See the LICENSE file for details.