First Steps
Using the API
With NPM registry
shell
npm i nekos-moeshell
pnpm add nekos-moeshell
yarn add nekos-moeshell
bun add nekos-moeshell
deno add npm:nekos-moetypescript
import * as nekos from 'nekos-moe';With JSR registry
shell
npx jsr add @om/nekos-moeshell
pnpm dlx jsr add @om/nekos-moeshell
yarn dlx jsr add @om/nekos-moeshell
bunx jsr add @om/nekos-moeshell
deno add @om/nekos-moetypescript
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-moeshell
pnpm dlx nekos-moeshell
yarn dlx nekos-moeshell
bunx nekos-moeshell
deno run npm:nekos-moe