Skip to content

Installation

Installation

You can install dill into your project using your favorite package manager.

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.

Terminal window
npm i -D dill

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.

Terminal window
npm i dill

Or install it globally

You can also install dill globally if you prefer.