aelf-utils
v0.0.7
Published
## Installation
Downloads
3
Readme
aelf-utils
Installation
Using NPM
npm install aelf-utils
Using Yarn
yarn add aelf-utils
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 |