Skip to content

leather-io/mono

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mono

Basic Setup

To run applications and packages in the monorepo ensure you first run:

  1. pnpm i at the mono root.
  2. Run pnpm build to ensure all relevant packages are correctly built.

About

The purpose of this monorepo 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 Documentation

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 core 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