@datapackery/core
v0.1.4
Published
The core library for Datapackery
Readme
Datapackery Core
Datapackery is a TypeScript framework that generates Minecraft: Java Edition datapacks from JavaScript/TypeScript. Down to it's core, Datapackery is also a standalone library, which lets you directly parse TypeScript into a .mcfunction file format to skip the framework overhead. This means anyone can make a framework for Datapackery, or even make a small-scale compiler. Each directory in this repo contains a different component of Datapackery.
The component you are looking at is the core. This is often used when making custom frameworks for Datapackery, but can also be used in its raw form for basic datapacks. Documentation specific to the core is currently not available, but the core is simple enough to understand in under 10 minutes for the average programmer. Updates to the JSDocs are always appreciated.
