Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/transclude

Package Overview
Dependencies
Maintainers
0
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/transclude

Extensible functional template engine for text document generation, incl. various high-level Markdown features

  • 0.1.108
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
171
decreased by-27.85%
Maintainers
0
Weekly downloads
 
Created
Source

@thi.ng/transclude

npm version npm downloads Mastodon Follow

[!NOTE] This is one of 199 standalone projects, maintained as part of the @thi.ng/umbrella monorepo and anti-framework.

🚀 Please help me to work full-time on these projects by sponsoring me on GitHub. Thank you! ❤️

About

Extensible functional template engine for text document generation, incl. various high-level Markdown features.

This package evolved from this monorepo's readme generator toolchain and currently is mainly used to generate all ~350 readme & changelog files in this repo, but otherwise is not bound to this project in any way.

Please see /tools/src/readme.ts for a concrete usage example...

Status

STABLE - used in production

Search or submit any issues for this package

  • @thi.ng/hiccup-markdown - Markdown parser & serializer from/to Hiccup format
  • @thi.ng/markdown-table - Markdown table formatter/generator with support for column alignments
  • @thi.ng/proctext - Extensible procedural text generation engine with dynamic, mutable state, indirection, randomizable & recursive variable expansions
  • @thi.ng/tangle - Literate programming code block tangling / codegen utility, inspired by org-mode & noweb

Installation

yarn add @thi.ng/transclude

ESM import:

import * as tra from "@thi.ng/transclude";

For Node.js REPL:

const tra = await import("@thi.ng/transclude");

Package sizes (brotli'd, pre-treeshake): ESM: 1.86 KB

Dependencies

Note: @thi.ng/api is in most cases a type-only import (not used at runtime)

API

Generated API docs

TODO

Authors

If this project contributes to an academic publication, please cite it as:

@misc{thing-transclude,
  title = "@thi.ng/transclude",
  author = "Karsten Schmidt",
  note = "https://thi.ng/transclude",
  year = 2022
}

License

© 2022 - 2024 Karsten Schmidt // Apache License 2.0

Keywords

FAQs

Package last updated on 17 Oct 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