dependency-cruiser
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -25,3 +25,3 @@ # Daphne's dependencies | ||
``` | ||
![sample dot output](assets/sample-dot-output.png) | ||
![sample dot output](https://gitlab.com/sverweij/dependency-cruiser/raw/master/doc/assets/sample-dot-output.png) | ||
@@ -65,7 +65,7 @@ ## err | ||
![sample html output](assets/sample-html-output.png) | ||
![sample html output](https://gitlab.com/sverweij/dependency-cruiser/raw/master/doc/assets/sample-html-output.png) | ||
Alex gets a little cramp in her neck, just when she discovers | ||
there's a tiny little _rotate_ button. That's better: | ||
![sample html output - rotated](assets/sample-html-rotated-output.png) | ||
the tiny little _rotate_ button. That's better: | ||
![sample html output - rotated](https://gitlab.com/sverweij/dependency-cruiser/raw/master/doc/assets/sample-html-rotated-output.png) | ||
@@ -80,3 +80,3 @@ ## csv | ||
``` | ||
![oldskool csv output. In a spreadsheet. Way out man!](assets/sample-csv-output.png) | ||
![oldskool csv output. In a spreadsheet. Way out man!](https://gitlab.com/sverweij/dependency-cruiser/raw/master/doc/assets/sample-csv-output.png) | ||
@@ -89,2 +89,2 @@ ## json | ||
The result is rather voluminous, so here's just a link if you want to see it | ||
[assets/sample-json-output.json](assets/sample-json-output.json). | ||
[assets/sample-json-output.json](https://gitlab.com/sverweij/dependency-cruiser/raw/master/doc/assets/sample-json-output.json). |
{ | ||
"name": "dependency-cruiser", | ||
"version": "1.0.0", | ||
"description": "visualize and validate javascript dependencies", | ||
"version": "1.0.1", | ||
"description": "Visualize and validate javascript dependencies. With your rules. ES6, CommonJS, AMD", | ||
"bin": { | ||
@@ -23,2 +23,3 @@ "dependency-cruiser": "bin/dependency-cruise", | ||
"ES6", | ||
"ES2015", | ||
"AMD", | ||
@@ -25,0 +26,0 @@ "CommonJS", |
@@ -1,5 +0,5 @@ | ||
# Dependency cruiser ![Dependency cruiser](doc/assets/ZKH-Dependency-recolored-160.png) | ||
# Dependency cruiser ![Dependency cruiser](https://gitlab.com/sverweij/dependency-cruiser/raw/master/doc/assets/ZKH-Dependency-recolored-160.png) | ||
_Visualize and validate javascript dependencies. With your rules._ ES6, CommonJS, AMD. | ||
![Snazzy dot output to whet your appetite](doc/assets/sample-dot-output.png) | ||
![Snazzy dot output to whet your appetite](https://gitlab.com/sverweij/dependency-cruiser/raw/master/doc/assets/sample-dot-output.png) | ||
@@ -14,7 +14,8 @@ ## Installation | ||
## Daphne's dependencies - a gentle introduction | ||
Head over to **[Daphne's dependencies](doc/sample-output.md)** to get an | ||
overview of all the output formats. And how Daphne uses it all. And how she | ||
uses the awesome _validation_ in her workflow. Go on. Read it. Or would you | ||
rather prefer continue the boring recount of a README written with _reference | ||
doc_ in mind? | ||
Head over to **[Daphne's | ||
dependencies](https://gitlab.com/sverweij/dependency-cruiser/raw/master/doc/sample-output.md)** | ||
to get an overview of all the output formats. And how Daphne uses it all. And | ||
how she uses the awesome _validation_ in her workflow. Go on. Read it. Or would | ||
you rather prefer continue the boring recount of a README written with | ||
_reference doc_ in mind? | ||
@@ -76,3 +77,3 @@ ## Basic usage | ||
See the _dependency-cruise_ target in the [Makefile](Makefile) for a real world | ||
See the _dependency-cruise_ target in the [Makefile](https://gitlab.com/sverweij/dependency-cruiser/raw/master/Makefile) for a real world | ||
example. | ||
@@ -79,0 +80,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
465811
159