pzzld
v0.0.3
Published
Extensions, contracts, and other powerful utilities for the pzzld platform
Readme
pzzld-js
This is a monorepo containing custom packages written for my portfolio. It is structured as a npm workspace, allowing for easy management of multiple packages within a single repository.
Installation
To install the packages in this monorepo, run the following command:
npm installUsage
Each package in this monorepo can be used independently. You can find the packages in the packages directory. To use a specific package, navigate to its directory and run:
npm installThen, you can import the package in your project as needed.
Development
To contribute to this monorepo, you can clone the repository and make changes to the packages in the packages directory. After making changes, you can run the following command to build the packages:
npm run build