0.0.1 • Published 8 years ago

npm-ng-annotate v0.0.1

Weekly downloads
5
License
-
Repository
-
Last release
8 years ago

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