This package has been deprecated

Author message:

This package is no longer supported

gulp-ng-dgml

2.0.6 • Public • Published

Build Status

NPM

Information

Packagegulp-ng-dgml
Description makes a directed graph document of your angular modules
Node Version >= 0.10

Usage

var ngDgml = require('gulp-ng-dgml');
 
gulp.task('scripts', function() {
  return gulp.src('./lib/*.js')
    .pipe(ngDgml('architecture.dgml'))
    .pipe(gulp.dest('.'));
});
 

This will create a Directed Graph Markup Language document from your angular source.

alt tag

LICENSE

Copyright (c) 2016, Gary Bortosky and contributers

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Package Sidebar

Install

npm i gulp-ng-dgml

Weekly Downloads

1

Version

2.0.6

License

ISC

Last publish

Collaborators

  • garyb432