An open API service indexing awesome lists of open source software.

https://github.com/zachleat/package-zachleat

Meta package for Zach Leatherman
https://github.com/zachleat/package-zachleat

Last synced: 4 months ago
JSON representation

Meta package for Zach Leatherman

Awesome Lists containing this project

README

          

# zachleat

Meta package for Zach Leatherman

## Usage

* [`zachleat` on npm](https://www.npmjs.com/package/zachleat)

### CLI

```sh
npx zachleat
deno x zachleat
```

### Programmatic

```js
import zachleat from "zachleat";

// or in CommonJS
// const zachleat = await import("zachleat");

// or in CommonJS (via require(esm) e.g. Deno 2+, Node 22+)
// const { default: zachleat } = require("zachleat");

zachleat();
```

## Changelog

* `v43` Node 20+; Deno instructions
* `v42` Bump `update-notifier` from v5 to [v6](https://github.com/sindresorhus/update-notifier/releases/tag/v6.0.0) (ESM) to [v7](https://github.com/sindresorhus/update-notifier/releases/tag/v7.0.0); Node 18+
* `v41` ESM