Skip to main content
Home

Built and signed on GitHub Actions

Works with
This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score58%
Downloads28/wk
Published6 months ago (0.2.2)

A typescript wrapper of the ADL CLI compiler, and support functions for generating code from ADL.

A typescript wrapper of the ADL CLI compiler, and support functions for generating code from ADL.

Built and signed on
GitHub Actions

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:@adllang/adlc-tools

Import symbol

import * as adlc_tools from "@adllang/adlc-tools";
or

Import directly with a jsr specifier

import * as adlc_tools from "jsr:@adllang/adlc-tools";

Add Package

pnpm i jsr:@adllang/adlc-tools
or (using pnpm 10.8 or older)
pnpm dlx jsr add @adllang/adlc-tools

Import symbol

import * as adlc_tools from "@adllang/adlc-tools";

Add Package

yarn add jsr:@adllang/adlc-tools
or (using Yarn 4.8 or older)
yarn dlx jsr add @adllang/adlc-tools

Import symbol

import * as adlc_tools from "@adllang/adlc-tools";

Add Package

vlt install jsr:@adllang/adlc-tools

Import symbol

import * as adlc_tools from "@adllang/adlc-tools";

Add Package

npx jsr add @adllang/adlc-tools

Import symbol

import * as adlc_tools from "@adllang/adlc-tools";

Add Package

bunx jsr add @adllang/adlc-tools

Import symbol

import * as adlc_tools from "@adllang/adlc-tools";