circular-require

1.2.0 • Public • Published

circular-require

Detect circular require statements in a codebase.

Install

$ npm install -g circular-require

Use

circular-require provides a single command that takes an entry point as its one argument. If it is run in a directory with a package.json with browserify.transform field, it'll use those transforms while resolving dependencies.

~/src/app-styles〉circular-require src/index.js
found 1 cycles
'/Users/tmcw/src/app-styles/src/components/forms/_index.js',
  '/Users/tmcw/src/app-styles/src/util/_compute_form.js',
  '/Users/tmcw/src/app-styles/src/components/forms/ramps/generic_ramp.js',
  '/Users/tmcw/src/app-styles/src/components/forms/generic_fn.js' ]

Readme

Keywords

Package Sidebar

Install

npm i circular-require

Weekly Downloads

1

Version

1.2.0

License

ISC

Last publish

Collaborators

  • tmcw