Skip to content

Getting Started

Overview

Rattail is a utilities library for front-end developers, lightweight and ts-friendly.

Installation

shell
npm i rattail -S
shell
yarn add rattail
shell
pnpm add rattail

Usage

ts
import { isString } from 'rattail'

console.log(isString('rattail'))

Skills

We provide Agent Skills for the Rattail ecosystem. By installing these skills, AI coding assistants can better understand and use Rattail and its related tools, helping you write code more efficiently.

Why not Lodash?

Rattail is not a replacement for Lodash nor a functional programming solution. Rattail aims to provide practical tools for more application scenarios.