Installation
Installation
Section titled “Installation”You can install dill into your project using your favorite package manager.
For use as a CI/CD/dev tool
Section titled “For use as a CI/CD/dev tool”If you’re using dill for CI/CD purposes, then you probably want to install dill as a dev dependency only.
npm i -D dill
pnpm add -D dill
yarn add -D dill
For use in your own program
Section titled “For use in your own program”If you want to use dill’s API or use it in your own oclif CLI, then you should install it as a production dependency.
npm i dill
pnpm add dill
yarn add dill
Or install it globally
Section titled “Or install it globally”You can also install dill globally if you prefer.