Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Zerokei/DepGuard

Repository files navigation

Logo

DepGuard

A tool for exploring npm modules and dependencies.

Report Bug · Request Feature

About The Project

Built With

  • React

Getting Started

Installation

$ git clone https://github.com/npmgraph/npmgraph.git
$ cd npmgraph
$ npm install

Usage

Build

This builds the source with Parcel:

$ npm run build

Once built, you can use any dev server to serve the dist folder.

Build and watch

This builds the source and starts an auto-reloading Parcel server:

$ npm start

License

Distributed under the GPL-3.0 License. See LICENSE.txt for more information.

Acknowledgments

  • npmgraph: on which our project is based.
  • DependencySniffer: a line tool analyze your Javascript dependencies and notify you of potential dependency smells.