0.26.1 • Published 9 months ago

@ryanatkn/belt v0.26.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@ryanatkn/belt

utility belt for JS 🦕 ancient not extinct

belt.ryanatkn.com

design:

  • zero dependency kitchen-sink utilities library - sorry, I wish it weren't so, JS made me do it
  • mix of JS module environments - browser-only, Node-only, universal
  • mostly small pure functions
  • all TypeScript, for styles and Svelte and SvelteKit see @ryanatkn/fuz
  • complements the modern web platform, drops legacy quickly
  • kinda minimal in many ways but also not, treeshakes well

usage

npm i -D @ryanatkn/belt

// import full module paths:
import {type Result, unwrap} from '@ryanatkn/belt/result.js';
import {random_int} from '@ryanatkn/belt/random.js';

docs are a work in progress - see the available modules at belt.ryanatkn.com and /src/routes/package.ts, I recommend reading the source code for now or asking an AI

build

npm run build
# or
gro build

test

For more see uvu and Gro's test docs.

gro test
gro test filepattern1 filepatternB
gro test -- uvu --forwarded_args 'to uvu'

deploy

Deploy (build, commit, and push) to the deploy branch, e.g. for GitHub Pages:

npm run deploy
# or
gro deploy

credits 🐢🐢🐢

My sister Lisa helped me with the logo - instagram.com/lisaeatkinson - she's a designer and currently looking for work

license 🐦

MIT

0.26.1

9 months ago

0.26.0

9 months ago

0.25.3

10 months ago

0.25.2

10 months ago

0.25.1

10 months ago

0.25.0

10 months ago

0.21.0

1 year ago

0.24.10

12 months ago

0.24.5

1 year ago

0.24.4

1 year ago

0.24.12

11 months ago

0.24.3

1 year ago

0.24.11

12 months ago

0.24.2

1 year ago

0.24.1

1 year ago

0.24.0

1 year ago

0.23.0

1 year ago

0.22.0

1 year ago

0.21.1

1 year ago

0.24.9

1 year ago

0.24.8

1 year ago

0.24.7

1 year ago

0.24.6

1 year ago

0.20.10

1 year ago

0.20.9

1 year ago

0.20.8

1 year ago

0.20.7

1 year ago

0.20.6

1 year ago

0.20.5

1 year ago

0.20.4

1 year ago

0.20.3

1 year ago

0.20.2

1 year ago

0.20.1

2 years ago