| Crates.io | pzzld-wasm |
| lib.rs | pzzld-wasm |
| version | 0.0.5-alpha.0 |
| created_at | 2025-11-16 15:56:49.014241+00 |
| updated_at | 2026-01-25 18:27:56.850177+00 |
| description | Additional WebAssembly native utilities for the pzzld platform |
| homepage | https://app.pzzld.org |
| repository | https://github.com/FL03/pzzld-js.git |
| max_upload_size | |
| id | 1935648 |
| size | 33,000 |
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.
To install the packages in this monorepo, run the following command:
npm install
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 install
Then, you can import the package in your project as needed.
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