ng-annotatify

Browserify transform for ng-annotate on coffeescript files

Usage no npm install needed!

<script type="module">
  import ngAnnotatify from 'https://cdn.skypack.dev/ng-annotatify';
</script>

README

NgAnnotatify

Browserify transform for ng-annotate on coffeescript files

NPM version Build Status MIT License

Usage

npm install ng-annotatify
var ngAnnotatify = require('ng-annotatify');

Contributing

Please follow our Code of Conduct when contributing to this project.

$ git clone https://github.com/goodeggs/ng-annotatify && cd ng-annotatify
$ npm install
$ npm test

Module scaffold generated by generator-goodeggs-npm.