A Chilean RUT generator for Raycast.
Generates valid Chilean RUTs for development, testing, forms, seed data, and QA workflows.
12.345.678-512345678-5123456785The default format is:
12.345.678-5
You can change the format from the command actions in Raycast.
Install dependencies:
npm install
Run the extension locally:
npm run dev
Run validations:
npm test
npm run typecheck
npm run lint
MIT