First Steps
Using the API
With NPM registry
shell
npm i nekos-moe
shell
pnpm add nekos-moe
shell
yarn add nekos-moe
shell
bun add nekos-moe
shell
deno add npm:nekos-moe
typescript
import * as nekos from 'nekos-moe';
With JSR registry
shell
npx jsr add @om/nekos-moe
shell
pnpm dlx jsr add @om/nekos-moe
shell
yarn dlx jsr add @om/nekos-moe
shell
bunx jsr add @om/nekos-moe
shell
deno add @om/nekos-moe
typescript
import * as nekos from '@om/nekos-moe';
Using import specifiers
When using Deno, you can use npm:
or jsr:
import specifiers without explicitly installing the package:
typescript
import * as nekos from 'npm:nekos-moe';
typescript
import * as nekos from 'jsr:@om/nekos-moe';
Using the CLI
shell
npx nekos-moe
shell
pnpm dlx nekos-moe
shell
yarn dlx nekos-moe
shell
bunx nekos-moe
shell
deno run npm:nekos-moe