0.30.2 • Published 7 months ago

@ryanatkn/belt v0.30.2

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

@ryanatkn/belt

utility belt for JS 🦕 ancient not extinct

belt.ryanatkn.com

design:

  • kitchen-sink utilities library - sorry, I wish it weren't so, JS made me do it
  • one optional runtime dependency on esm-env, one optional type dependency on @types/node
  • 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.30.2

7 months ago

0.30.1

7 months ago

0.30.0

7 months ago

0.29.0

11 months ago

0.27.2

12 months ago

0.28.0

12 months ago

0.27.1

12 months ago

0.27.0

12 months ago

0.27.6

12 months ago

0.27.5

12 months ago

0.27.4

12 months ago

0.29.1

8 months ago

0.27.3

12 months ago

0.26.1

12 months ago

0.26.0

1 year ago

0.25.3

1 year ago

0.25.2

1 year ago

0.25.1

1 year ago

0.25.0

1 year ago

0.21.0

1 year ago

0.24.10

1 year ago

0.24.5

1 year ago

0.24.4

1 year ago

0.24.12

1 year ago

0.24.3

1 year ago

0.24.11

1 year 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

2 years ago

0.20.9

2 years ago

0.20.8

2 years ago

0.20.7

2 years ago

0.20.6

2 years ago

0.20.5

2 years ago

0.20.4

2 years ago

0.20.3

2 years ago

0.20.2

2 years ago

0.20.1

2 years ago