Skip to content

Latest commit

 

History

History
76 lines (50 loc) · 2.36 KB

README.md

File metadata and controls

76 lines (50 loc) · 2.36 KB

License: CC0-1.0 NPM Version

GitHub Release GitHub Release

@agoralabs/bytes

Utilities for handling byte arrays.


Table Of Contents

🪄 1. Getting Started

1.1. Installation

You can install the types using:

pnpm add @agoralabs-sh/bytes

Back to top ^

📑 2. Appendix

2.1. Useful Commands

Command Description
pnpm build Generates build and TypeScript declaration files to the dist/ directory.
pnpm clean Deletes the dist/ directory and the tsconfig.*.tsbuildinfo files.
pnpm generate:index Generates/overwrites the main index.ts file used for exporting all files.
pnpm lint Runs the linter based on the rules in eslint.config.mjs.
pnpm prettier Runs the prettier based on the rules in prettier.config.mjs.
pnpm test Runs Vitest.

Back to top ^

👏 3. How To Contribute

Please read the Contributing Guide to learn about the development process.

Back to top ^

📄 4. License

Please refer to the LICENSE file.

Back to top ^