Installation

Package Manager Installation

Install devlog using your preferred package manager. The library has zero dependencies and works in both Node.js and browser environments.

bash
# npm
npm install @promise-inc/devlog
# yarn
yarn add @promise-inc/devlog
# pnpm
pnpm add @promise-inc/devlog

TypeScript Support

Devlog is written in TypeScript and includes full type definitions out of the box. No additional @types packages are needed.

Next Steps

After installation, check out the Basic Usage guide to start using devlog in your project.