Skip to content

Latest commit

 

History

History

transclude

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@thi.ng/transclude

npm version npm downloads Mastodon Follow

This project is part of the @thi.ng/umbrella monorepo.

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

ALPHA - bleeding edge / work-in-progress

Search or submit any issues for this package

Related packages

Installation

yarn add @thi.ng/transclude

For Node.js REPL:

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

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

Dependencies

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 - 2023 Karsten Schmidt // Apache License 2.0