Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.6 KB

README.md

File metadata and controls

48 lines (28 loc) · 1.6 KB

Monorepo Setup

The purpose of this configuration is to ensure strict coding standards and facilitate code sharing. The monorepo uses pnpm workspaces at its core and provides several shared packages to be found under the packages folder.

Monorepo setup

Coding standards are enforced through the use of

  • eslint
  • prettier
  • typescripts

Shared configuration files for these tools exist in packages and the same base configurations are used in the monorepo itself.

Some other configured tools are:

Monorepo packages

The current packages are listed below

Git Actions

Basic CI actions to run code quality checks have been setup in

Documentation

Documentation has been provided from the outset and can be found in docs/tools/ along with a TEMPLATE.md file

Development with extension

To be able to develop packages and test those in extension, check out this guide

License

MIT © Leather Wallet LLC