Skip to main content
Home

Built and signed on GitHub Actions

JurassicJs/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
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with 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

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@jurassicjs/roar

Import symbol

import * as roar from "@jurassicjs/roar";
or

Import directly with a jsr specifier

import * as roar from "jsr:@jurassicjs/roar";

Add Package

pnpm i jsr:@jurassicjs/roar
or (using pnpm 10.8 or older)
pnpm dlx jsr add @jurassicjs/roar

Import symbol

import * as roar from "@jurassicjs/roar";

Add Package

yarn add jsr:@jurassicjs/roar
or (using Yarn 4.8 or older)
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";