Coder Social home page Coder Social logo

drabs's Introduction

drabs.js

Drabs is a collection of little JavaScript utilities that have their origin in the weekly A Drip of JavaScript newsletter.

The name is a pun on the (incorrect) phrase "drips and drabs", meaning little by little.

In addition to GitHub issues, discussion of Drabs is also welcome on the JS Drip Google Group.

How to Contribute

  • Maintain the existing coding style (partially enforced by JSHint).
  • Don't edit the files in dist. We will build those from src before each release.
  • If possible, run JSHint and the Jasmine specs before sending a pull request (details below).
  • If possible, include Jasmine specs when contributing new features.

Linting and Specs

To run JSHint and Jasmine, you'll need Node.js 0.8.x or higher installed. Once you've got that, run npm install in the root of your local repository. This will install all of the development dependencies.

You just need to know four commands.

  • grunt jshint will lint the files.
  • grunt jasmine will run the specs.
  • grunt test will run both.
  • grunt watch will watch the source and spec files and automatically run JSHint and Jasmine each time you save.

License

Drabs is released under the MIT license.

Books by the Author

A Drip of JavaScript - The Complete Collection Jasmine Testing - A Cloak & Dagger Guide

drabs's People

Contributors

joshuacc avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.