@jurassicjs/roar@0.0.3Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
jurassicjs/roarJurassicJs/roar is a experimental module that allows you to input a string and get an upcase string back with a ROAR! at the end
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
100%
Published
a year ago (0.0.3)
Roarify - A JurassicJS package for ferocious string transformations
Brief Description
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.
Functionality
- roar() function:
- Takes a string as input.
- Returns the string in uppercase followed by a powerful "ROAR!".
Installation
Usage Example
import { roar } from "jsr:@jurassicjs/roar"; // Import from the JurassicJS organization const input = "hello world"; const mightyRoar = roar(input);
Built and signed on
GitHub Actions
Add Package
deno add jsr:@jurassicjs/roar
Import symbol
import * as roar from "@jurassicjs/roar";
Import directly with a jsr specifier
import * as roar from "jsr:@jurassicjs/roar";
Add Package
pnpm i jsr:@jurassicjs/roar
pnpm dlx jsr add @jurassicjs/roar
Import symbol
import * as roar from "@jurassicjs/roar";
Add Package
yarn add jsr:@jurassicjs/roar
yarn dlx jsr add @jurassicjs/roar
Import symbol
import * as roar from "@jurassicjs/roar";
Add Package
npx jsr add @jurassicjs/roar
Import symbol
import * as roar from "@jurassicjs/roar";
Add Package
bunx jsr add @jurassicjs/roar
Import symbol
import * as roar from "@jurassicjs/roar";