@nitpik/toolkit

0.2.0 • Public • Published

Nitpik Toolkit

by Nicholas C. Zakas

Node CI

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

  1. Ensure you have Node.js 12+ installed
  2. Fork and clone this repository
  3. Run npm install
  4. 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.

Package Sidebar

Install

npm i @nitpik/toolkit

Weekly Downloads

87

Version

0.2.0

License

Apache-2.0

Unpacked Size

83.6 kB

Total Files

16

Last publish

Collaborators

  • nzakas