Socket
Socket
Sign inDemoInstall

generator-knockout-custom-binding

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-knockout-custom-binding

Yeoman generator for a knockout custom binding.


Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

generator-knockout-custom-binding

=================================

yoeman generator for a knockout custom binding. Require AMD, Jasmin/Phantom tests, grunt and bower pre configured along with a demo folder allowing you to show how the component functions

###Installation

  • npm install -g generator-knockout-custom-binding

###Usage

  • Install Yeoman if not installed already: npm install -g yo
  • run yo generator-knockout-custom-binding in your working directory

=================================

You should be ready to start now. the source file is in src/{my.binding.name.js}

###Grunt tasks

  • Lint files by running grunt the deafult task
  • Test with grunt test: this will open a browswer and run the jasmine test at spec/{my.binding.name.js}
  • Test using a headless browswer with grunt test:headless
  • Start a watch with grunt watchwhich will both lint files and run tests headless when a file is saved

###License MIT

Keywords

FAQs

Package last updated on 18 Dec 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc