Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcosrava/es6-angular-directive-boilerplate

A simple boilerplate to build directives with es6 using webpack, karma and jasmine
https://github.com/marcosrava/es6-angular-directive-boilerplate

angularjs boilerplate directive jasmine karma webpack

Last synced: about 1 month ago
JSON representation

A simple boilerplate to build directives with es6 using webpack, karma and jasmine

Awesome Lists containing this project

README

        

# es6-angular-directive-boilerplate

A simple boilerplate to build directives with es6 using webpack, karma and jasmine

[![Dependencies Status](https://david-dm.org/marcosrava/es6-angular-directive-boilerplate.svg)](https://david-dm.org/marcosrava/es6-angular-directive-boilerplate)
[![Build Status](https://travis-ci.org/MarcosRava/es6-angular-directive-boilerplate.svg)](https://travis-ci.org/MarcosRava/es6-angular-directive-boilerplate)
[![Issue Count](https://codeclimate.com/github/MarcosRava/es6-angular-directive-boilerplate/badges/issue_count.svg)](https://codeclimate.com/github/MarcosRava/es6-angular-directive-boilerplate)
[![Test Coverage](https://codeclimate.com/github/MarcosRava/es6-angular-directive-boilerplate/badges/coverage.svg)](https://codeclimate.com/github/MarcosRava/es6-angular-directive-boilerplate/coverage)

### Usage
```
cd angular-directive-boilerplate
npm install
```

### Run tests
```
npm test
```

### Creating es5 bundle
```
npm run build
```