JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 17
  • Score
    100M100P100Q50767F
  • License MIT

Circular dependency check tool for nstarter projects

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nstarter-circular) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    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