nstarter-circular

Circular dependency check tool for nstarter projects

Usage no npm install needed!

<script type="module">
  import nstarterCircular from 'https://cdn.skypack.dev/nstarter-circular';
</script>

README

Install

npm install -g nstarter-circular

Example

nstarter-circular ./project

Usage

Usage: cli [options] <src...>

Options:
  -V, --version           output the version number
  -b, --basedir <path>    base directory for resolving paths
  -x, --exclude <regexp>  exclude modules using RegExp
  -j, --json              output as JSON
  -i, --image <file>      write graph to file as an image
  -l, --layout <name>     layout engine to use for graph (dot/neato/fdp/sfdp/twopi/circo)
  --extensions <list>     comma separated string of valid file extensions
  --no-color              disable color in output and image
  --no-spinner            disable progress spinner
  --warning               show warnings about skipped files
  --debug                 turn on debug output
  -h, --help              output usage information