Skip to content

catalant-backup/ng-classifyfy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng-classifyfy

an ng-classify browerify transform with coffeescript error handing, written in coffeescript.

Usage

ngclassifyfy = require('ng-classifyfy')

ngClassifyOptions =
    appName: 'catmanApp'

b = browserify()
b.transform(ngclassifyfy(ngClassifyOptions))

error handling

coffeeescript error reporting is already baked into the transform, but you can modify it:

ngclassifyfy = require('ng-classifyfy')
ngclassifyfy.errorHandler = (file, err) ->
    console.log('this handler is not as good as the one that comes with this transform!', err)

install

npm install ng-classifyfy --save-dev

About

an ng-classify browerify transform

Resources

License

Stars

Watchers

Forks

Packages

No packages published