@ledgerhq/wallet-api-manifest-validator-cli
v0.1.59
Published
This package checks if your manifest.json file meets the requirements for Ledger wallet App manifest submission.
Maintainers
Keywords
Readme
Contributing
Please read our contribution guidelines before getting started.
You need to have a recent Node.js and pnPM installed.
Install dependencies
The dependencies should be installed from the root directory
pnpm iBuild
Build the client from the root directory
pnpm build:clientFormat
Check code formatting with
pnpm format:checkFormat source (src) files in-place with
pnpm format:fixLint
Check code quality with
pnpm lintAutomatically fix code quality problems with
pnpm lint:fix