Skip to content

nanopack-buffer/ts-nanopack

Repository files navigation

nanopack

A TypeScript implementation of the NanoPack serialization format.

Requirements

  • Bun >= 1.0.11

Generating TypeScript code

nanoc supports generating TypeScript code from NanoPack schemas:

nanoc --language ts schema1.yaml schema2.yaml ...

The generated code imports this library, so please make sure that this library is included in the project that is using the generated code.

Development

To install all the required dependencies, run

bun install

Testing

To run all the tests, run:

bun test

This project was created using bun init in bun v1.0.11. Bun is a fast all-in-one JavaScript runtime.

About

TypeScript implementation of the NanoPack serialisation format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published