0.11.0 • Published 8 years ago

sabor v0.11.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Sabor

Detects cycles in imports/require statements in a set of JS files. Takes a list of JS files as arguments on the command line. Will add any relatively imported/required JS files to the set of files to analyze. Reports the list of cycles found.

Exits with status 1 if cycles are found, otherwise exits with 0 if no cycles are found.

For Example to run sabor on itself:

node index.js index.js

Yields:

No cycles found in 4 files.

Development

To Build:

npm run build
0.11.0

8 years ago

0.10.0

8 years ago

0.9.0

9 years ago

0.8.0

10 years ago

0.7.0

10 years ago

0.6.0

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago