https://github.com/kamalkhan/ng-classifier
A browserify transform for ng-classify.
https://github.com/kamalkhan/ng-classifier
Last synced: about 1 month ago
JSON representation
A browserify transform for ng-classify.
- Host: GitHub
- URL: https://github.com/kamalkhan/ng-classifier
- Owner: kamalkhan
- License: other
- Created: 2015-07-08T07:05:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-26T10:09:10.000Z (over 9 years ago)
- Last Synced: 2024-12-22T09:38:31.346Z (4 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ng Classifier [](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
Use `ng-classifier` as the browserify transform.
```js
transform: [
['ng-classifier', {config: {
appName: 'App' // ng-classify arguments
}}],
['coffeeify']
]
```
ng-classify arguments can be passed in the config object.
*Note* `coffeeify` is not included in this module. It is only listed here to convert coffee to js.# 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).