Roarify is a (purposefully) simple JurassicJS test package designed to help developers understand the process of publishing packages to the Java Shared Repository. It provides a single function to make your strings mighty.
- roar() function:
- Takes a string as input.
- Returns the string in uppercase followed by a powerful "ROAR!".
import { roar } from "jsr:@jurassicjs/roar"; // Import from the JurassicJS organization
const input = "hello world";
const mightyRoar = roar(input);