Skip to content

Latest commit

 

History

History
 
 

accounts

@portkey/accounts

ES Version Node Version NPM Package Version

Installation

Using NPM

npm install @portkey/accounts

Using Yarn

yarn add @portkey/accounts

Prerequisites

Package.json Scripts

Script Description
clean Uses rm to remove dist/
build Uses tsc to build package and dependent packages
lint Uses eslint to lint package
lint:fix Uses eslint to check and fix any warnings
format Uses prettier to format the code

Usage