npm-ng-annotate
v0.0.1
Published
allows to run ng-annotate from npm scripts while using glob to specify the files
Downloads
4
Readme
npm-ng-annotate
Easily ports ng-annotate to be used as npm script
Example
{ "scripts" : { "ng:annotate" : "npm-ng-annotate" } }
Options
-i
- the input file. a glob expression. read more on globule. use comma to write multiple expressions default value is*/**/*.js,!node_modules/**
-o
- the dest folder to write files to. default value is.tmp/annotated