0.2.0 • Published 5 years ago

@nitpik/toolkit v0.2.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 years ago

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 or 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.