Skip to content

Commit

Permalink
[readme] update on refactoring changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed Oct 25, 2023
1 parent 4e18e51 commit 6d1addc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ The repository is split to few separate projects that can be reused
by other CLI tooling and is composited into the resulted marinade user CLI
`@marinade.finance/marinade-ts-cli`.

* [`ts-common`](./packages/cli-common/) — few reusable TypeScript utilities
* [`web3js-common`](./packages/cli-common/) — utility functions used with solana/web3.js library
* [`cli-common`](./packages/cli-common/) — consists of utilities when building a CLI app
* [`jest-utils`](./packages/jest-utils/) — jest equality tester and typings for a matcher for CLI
* [`ledger-utils`](./packages/ledger-utils/) — utilities when using ledger TypeScript library in CLI
* [`spl-gov-utils`](./packages/spl-gov-utils/) — utilities when working with SPL Governance
* [`marinade-ts-cli`](./packages/marinade-ts-cli/) — the CLI for Marinade.Finance
* [`marinade-ts-cli`](./packages/marinade-ts-cli/) — the user related CLI for Marinade.Finance

0 comments on commit 6d1addc

Please sign in to comment.