Skip to main content
Home

latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with 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

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@taskfolders/tfc

Import symbol

import * as tfc from "@taskfolders/tfc";
or

Import directly with a jsr specifier

import * as tfc from "jsr:@taskfolders/tfc";

Add Package

pnpm i jsr:@taskfolders/tfc
or (using pnpm 10.8 or older)
pnpm dlx jsr add @taskfolders/tfc

Import symbol

import * as tfc from "@taskfolders/tfc";

Add Package

yarn add jsr:@taskfolders/tfc
or (using Yarn 4.8 or older)
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";