Skip to content

frytg/utility

Repository files navigation

Utility packages

JSR @frytg ci Linted with Biome

A collection of utilities for TypeScript and JavaScript.

The primary repository lives on tangled.org, which gets synced to github.com.

It is tested against Bun, Deno, and Node.js runtimes. Published on jsr.io (@frytg).

Tools

Lint

Uses Biome to check the code.

just lint

See Writing documentation for details about writing JSDoc.

Testing

This uses @cross/test and sinon to run the tests.

just test

For Node.js and Bun, install dependencies with Nub and run tests:

nub install
nub run test

Publish

Locally check if everything is ok:

deno publish --dry-run

Then once everything is pushed or merged on main, run the GitHub actions workflow to publish the packages to JSR (see publishing packages for more details).

Author

Created by @frytg / frytg.digital

License

MIT

About

A collection of TS utilities (mirrored repo)

Topics

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Contributors