A TypeScript implementation of the NanoPack serialization format.
- Bun >= 1.0.11
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.
To install all the required dependencies, run
bun installTo run all the tests, run:
bun testThis project was created using bun init in bun v1.0.11. Bun is a fast all-in-one JavaScript runtime.