Socket
Book a DemoInstallSign in
Socket

@nitpik/toolkit

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nitpik/toolkit

A toolkit for building Nitpik formatters

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

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

  • Ensure you have Node.js 12+ installed
  • Fork and clone this repository
  • Run npm install
  • Run npm test to run tests

This code is licensed under the Apache 2.0 License (see LICENSE for details).

Copyright Human Who Codes LLC. All rights reserved.

Keywords

Nitpik

FAQs

Package last updated on 10 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts