Skip to content

Commit

Permalink
add depdencies CI & Licence
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegris committed Apr 8, 2017
1 parent 9866d53 commit 6ceb0f2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[![Build Status](https://travis-ci.org/maximegris/angular-electron.svg?branch=master)](https://travis-ci.org/maximegris/angular-electron)
[![Angular Logo](./logo-angular.jpg)](https://angular.io/) [![Electron Logo](./logo-electron.jpg)](https://electron.atom.io/)

[![Build Status](https://travis-ci.org/maximegris/angular-electron.svg?branch=master)](https://travis-ci.org/maximegris/angular-electron)
[![Dependency Status](https://dependencyci.com/github/maximegris/angular-electron/badge)](https://dependencyci.com/github/maximegris/angular-electron)
[![License](https://img.shields.io/badge/license-Apache2-blue.svg?style=flat)](https://github.com/maximegris/angular-electron/blob/master/LICENSE.md)

# Introduction

Bootstrap your project with Angular 4 and Electron (Typescript + SASS)
Expand Down Expand Up @@ -60,4 +63,4 @@ You can find your built files in the /dist directory.
- `npm run electron:windows` - On a Windows OS, builds your application and creates an app consumable in windows 32/64 bit systems.
- `npm run electron:mac` - On a MAC OS, builds your application and generates a `.app` file of your application that can be run on Mac.

**Your application is optimised. There are only the files of /dist folder in the generated executable.**
**Your application is optimised. There are only the files of /dist folder in the generated executable.**

0 comments on commit 6ceb0f2

Please sign in to comment.