Installation
Getting started with Celli is straightforward.
Requirements
- Node.js version 14.0 or above
- npm, yarn, or pnpm
Install via npm
npm install celli --save
Install via yarn
yarn add celli
Install via pnpm
pnpm add celli
Verify Installation
Once installed, you can verify the installation by importing Celli in your project:
import {cache, createCache, Cache} from 'celli'
console.log('Celli is ready to use!')
TypeScript Support
Celli is written in TypeScript and comes with full type definitions out of the box. No additional @types packages are needed.
Next Steps
Now that you have Celli installed, let's explore how to use it:
- Basic Usage - Learn the fundamentals of memoization with Celli
- Cache Creation - Understand how to create and configure caches