0.2.0 • Published 5 years ago
@nitpik/toolkit v0.2.0
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
npm install @nitpik/toolkit --save
# or
yarn add @nitpik/toolkitImport 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 testto 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.