An application template for local-first progressive web apps
pnpm i @dxos/bare-template
This is an encapsulated @dxos/plate
template, the default export is a ConfigurationDeclaration
from plate
.
import template from "@dxos/bare-template";
// get the template outputs without writing to disk:
const results = await template.apply({
/* ExecuteDirectoryOptions */
input: { ... }
});
// write to disk:
await results.apply()
- Website
- Developer Documentation
- Talk to us on Discord
Your ideas, issues, and code are most welcome. Please take a look at our community code of conduct, the issue guide, and the PR contribution guide.
License: MIT Copyright 2022 © DXOS