Socket
Socket
Sign inDemoInstall

@dxos/bare-template

Package Overview
Dependencies
Maintainers
0
Versions
2244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dxos/bare-template

An application template for local-first progressive web apps


Version published
Weekly downloads
268
decreased by-84.15%
Maintainers
0
Weekly downloads
 
Created
Source

@dxos/bare-template

An application template for local-first progressive web apps

Installation

pnpm i @dxos/bare-template

Usage

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()

DXOS Resources

Contributions

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

FAQs

Package last updated on 23 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc