Skip to content

cryptoalgebra/plugins-monorepo

Repository files navigation

PNPM

At the project root

  • To run some bash command:
pnpm --filter=@cryptoalgebra/abstract-plugin exec -- npx hardhat init
  • To update some package everywhere:
pnpm -r up @cryptoalgebra/integral-core@1.2.2
  • To "link" local packages together:
pnpm add @cryptoalgebra/default-plugin --workspace --filter=@cryptoalgebra/volatility-oracle-plugin

Lerna

In master branch at the project root

  • To update a version
npx lerna version --no-private

This will find changed packages since its last tag

  • To publish a new version (executes lerna version under the hood)
npx lerna publish --no-private from-git/from-package

with from-git flag will publish a new version if there are now such tag in the origin
with from-pacakge flag will publish a new version if it has not been published to npm

License

Algebra and Algebra Integral smart-contracts is licensed under the Business Source License 1.1 (BUSL-1.1) and the MIT License (MIT). Licenses for smart contracts are specified in SPDX headers.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •