Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 570 Bytes

File metadata and controls

21 lines (12 loc) · 570 Bytes

@metamask/messenger-cli

CLI tools for the MetaMask messenger system

Installation

yarn add @metamask/messenger-cli

or

npm install @metamask/messenger-cli

Either Prettier (default) or Oxfmt (when using --formatter oxfmt) must also be installed:

  • Prettier: yarn add --dev prettier or npm install --save-dev prettier.
  • Oxfmt: yarn add --dev oxfmt or npm install --save-dev oxfmt.

Contributing

This package is part of a monorepo. Instructions for contributing can be found in the monorepo README.