nopksforge
nopksforge — workbench

dev tools.

Quick helpers — more sections can land here over time.

01

Emoji commits

Tap to copy a git commit -m prefix.

02

UUID generator

Random v4 — copy into Bruno or Postman.

const { v4: uuidv4 } = require('uuid'); const uuid = uuidv4(); bru.setVar("randUuid", uuid);
const uuid = crypto.randomUUID(); pm.environment.set("randUuid", uuid);
03

JSON formatter

Parse, beautify, minify.