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
# npmnpm install @promise-inc/devlog
# yarnyarn add @promise-inc/devlog
# pnpmpnpm add @promise-inc/devlogTypeScript 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.