lucalanca / grunt-angular-architecture-graph

Generate modules dependencies graph in .dot format
MIT License
190 stars 13 forks source link

gulp version #15

Open ghost opened 9 years ago

ghost commented 9 years ago

Thanks for this great tool. I had a nice session walking my team over the graphs for our project.

It will be great if you can offer a version of this using gulpjs.

lucalanca commented 9 years ago

Yap, this would be great but I have to spend sometime getting into gulp first.

Meanwhile, you can try to use gulp-grunt (so you can run grunt tasks within gulp). https://www.npmjs.com/package/gulp-grunt Never tried it myself though.

laurelnaiad commented 9 years ago

(Aside -- I love what you've done with this @lucalanca!)

It seems to me that step one is to factor out the grunt- support and publish angular-architecture-graph on its own.... I think there are many of us who could take it from there to layer on gulp support, ultimately yielding

That said, gulp is a bit different from grunt, and depending on how angular-archicture-graph is implemented, it may not be overly useful to create a gulp-specific version if there is a "naked" implementation of angular-architecture-graph available.

Would you be amenable to the possibility of factoring out the key functionality into its own repo?

phamdt commented 9 years ago

+1

bensleveritt commented 8 years ago

Just like to add my +1 to what @laurelnaiad suggests. A 'naked' ng-graphing lib would be appreciated.

I'd not bother with a gulp plugin.

peacechen commented 8 years ago

A gulp version has been published on npm: https://www.npmjs.com/package/gulp-angular-architecture-graph