@nitpik/toolkit
v0.2.0
Published
A toolkit for building Nitpik formatters
Downloads
72
Maintainers
Readme
Nitpik Toolkit
If you find this useful, please consider supporting my work with a donation.
Description
A toolkit for building Nitpik formatters.
Status
Prototype - Seeking feedback and not ready for production use.
Usage
Node.js
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";
Deno
Import into your Deno project:
import { NitpikTokenList } from "https://unpkg.com/@nitpik/toolkit/dist/pkg.js";
Browser
Import into a browser script:
import { NitpikTokenList } from "https://unpkg.com/@nitpik/toolkit/dist/pkg.js";
Developer Setup
- Ensure you have Node.js 12+ installed
- Fork and clone this repository
- Run
npm install
- Run
npm test
to run tests
License and Copyright
This code is licensed under the Apache 2.0 License (see LICENSE for details).
Copyright Human Who Codes LLC. All rights reserved.