Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marcosrava/es6-angular-directive-boilerplate
- Owner: MarcosRava
- License: mit
- Created: 2016-09-25T21:30:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T01:20:43.000Z (almost 6 years ago)
- Last Synced: 2024-03-15T06:04:13.074Z (9 months ago)
- Topics: angularjs, boilerplate, directive, jasmine, karma, webpack
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```