UNPKG

ng-classifier

Version:

A browserify transform for ng-classify.

46 lines (36 loc) 787 B
ng Classifier [![Build Status](https://travis-ci.org/kamalkhan/NgClassifier.svg?branch=master)](https://travis-ci.org/kamalkhan/NgClassifier) ====== A browserify transform for ng-classify ([https://github.com/CaryLandholt/ng-classify](https://github.com/CaryLandholt/ng-classify)). **Table of contents** - [Install](#install) - [Usage](#usage) - [Development](#development) - [Test](#test) - [Build](#build) - [Test & Build](#test-build) - [License](#license) --- # Install ```shell $ npm install --save-dev ng-classifier ``` # Usage Usage instructions # Development ```shell $ npm install ``` ## Test ```shell $ gulp test ``` ## Build ```shell $ gulp js ``` ## Test & Build ```shell $ gulp ``` # License Released under the [MIT License](http://opensource.org/licenses/MIT).