Skip to content

Getting Started

This guide will help you install and set up Bundlewatch in your project.

Installation

You can install Bundlewatch using either npm or Yarn:

Using npm

bash
npm install bundlewatch --save-dev

Using Yarn

bash
yarn add bundlewatch --dev

Now you're ready to use BundleWatch! 🎉

Released under the MIT License.