@taskfolders/tfc@0.0.1
latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
82%
Published
a year ago (0.0.1)
TaskFolders main cli. Index, lint and query folders with markdown and source code. Full documentation available online under the scanning workflow and the getting started guide.
Installation
npm install -g @taskfolders/tfc
Usage
Clone the tutorial for some sample files to work with.
cd tutorial tfc scan
You can convert the untyped frontmatter of all markdown files found.
tfc scan --convert
For more information about the syntax of the official frontmatter visit the type page
Add Package
deno add jsr:@taskfolders/tfc
Import symbol
import * as tfc from "@taskfolders/tfc";
Import directly with a jsr specifier
import * as tfc from "jsr:@taskfolders/tfc";
Add Package
pnpm i jsr:@taskfolders/tfc
pnpm dlx jsr add @taskfolders/tfc
Import symbol
import * as tfc from "@taskfolders/tfc";
Add Package
yarn add jsr:@taskfolders/tfc
yarn dlx jsr add @taskfolders/tfc
Import symbol
import * as tfc from "@taskfolders/tfc";
Add Package
vlt install jsr:@taskfolders/tfc
Import symbol
import * as tfc from "@taskfolders/tfc";
Add Package
npx jsr add @taskfolders/tfc
Import symbol
import * as tfc from "@taskfolders/tfc";
Add Package
bunx jsr add @taskfolders/tfc
Import symbol
import * as tfc from "@taskfolders/tfc";