add depdencies CI & Licence

This commit is contained in:
Maxime GRIS
2017-04-08 11:56:37 +02:00
parent 9866d53ea3
commit 6ceb0f2a10

View File

@@ -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)
@@ -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.**