If you find this useful, please consider supporting my work with a donation.
A toolkit for building Nitpik formatters.
Prototype - Seeking feedback and not ready for production use.
Install using [npm][npm] or [yarn][yarn]:
npm install @nitpik/toolkit --save
# or
yarn add @nitpik/toolkit
Import into your Node.js project:
// CommonJS
const { NitpikTokenList } = require("@nitpik/toolkit");
// ESM
import { NitpikTokenList } from "@nitpik/toolkit";
Import into your Deno project:
import { NitpikTokenList } from "https://unpkg.com/@nitpik/toolkit/dist/pkg.js";
Import into a browser script:
import { NitpikTokenList } from "https://unpkg.com/@nitpik/toolkit/dist/pkg.js";
npm installnpm test to run testsThis code is licensed under the Apache 2.0 License (see LICENSE for details).
Copyright Human Who Codes LLC. All rights reserved.