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 dillpnpm add -D dillyarn add -D dillFor 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 dillpnpm add dillyarn add dillOr install it globally
Section titled “Or install it globally”You can also install dill globally if you prefer.