Skip to main content

Built and signed on GitHub Actions

TypeScript tagging

This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
4 months ago (1.0.6)
class TagAndRelease

The TagAndRelease class provides functionality to process JSON files in a specified directory, adding tags to each JSON object based on the provided tag list.

Methods

process(options: TagAndReleaseOptions): void

Processes JSON files in the specified directory, adding tags to each JSON object.

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:@stsoftware/tags

Import symbol

import { TagAndRelease } from "@stsoftware/tags";

---- OR ----

Import directly with a jsr specifier

import { TagAndRelease } from "jsr:@stsoftware/tags";

Add Package

npx jsr add @stsoftware/tags

Import symbol

import { TagAndRelease } from "@stsoftware/tags";

Add Package

yarn dlx jsr add @stsoftware/tags

Import symbol

import { TagAndRelease } from "@stsoftware/tags";

Add Package

pnpm dlx jsr add @stsoftware/tags

Import symbol

import { TagAndRelease } from "@stsoftware/tags";

Add Package

bunx jsr add @stsoftware/tags

Import symbol

import { TagAndRelease } from "@stsoftware/tags";