tangify

0.1.3 • Public • Published

tangify

tang for your browserify build.

Tang provides a series of annotations that make it easier to test your angular code. See the tang readme to understand what is possible.

install

npm install --save-dev tang tangify

usage

browserify: {
  debug: true,
  extensions : ['.js', '.coffee'],
  transform : [
    ['coffeeify', {sourceMap:true}],
    ['tangify', {sourceMap:true}]
  ]
}

Browse the github repo for more thorough examples.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.3
    1
  • 0.1.2
    1

Package Sidebar

Install

npm i tangify

Weekly Downloads

2

Version

0.1.3

License

MIT

Last publish

Collaborators

  • jamestalmage