-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write requirements on README #14
Comments
I have tried it out on a windows 7 laptop and a Manjor desktop (linux arch). This is mine short experience with the setup: Windows_Requirements_ Manjaro 0.8.11 (arch linux)_Requirements_ General_Requirements_ You only need to load the grunt-angular-architecture-graph in your grunt file. _Gruntfile_ angular_architecture_graph: {
diagram: {
files: {
// "PATH/TO/OUTPUT/FILES": ["PATH/TO/YOUR/FILES/*.js"]
"architecture": [
"<%= projectConfig.app %>/<%= projectConfig.project %>/**/*.js"
]
}
}
} execute task and you will have your diagrams in your output folder, in this example it is in the folder I hope it helps for your readme, thanks for this plugin. |
Thank you so much, will add this info to the README over the weekend. Or you can do it yourself if you want to be listed as contributor (I will always mention you on the README but if you want to be listed in the commits) 👍 |
I will do that! |
and help to get people set things up.
The text was updated successfully, but these errors were encountered: