0.4.0 • Published 8 years ago

generator-electron-angular2 v0.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

generator-electron-angular2

A Yeoman generator that creates project scaffolding for an app that uses Electron and Angular2

Install

First, make sure you have node, npm and Yeoman installed. Then execute the following command:

$ npm install -g generator-electron-angular2

You may need to execute this with administrative privileges.

Usage

Create a new directory for your project. Then run yo from within that directory.

$ yo electron-angular2

Your generated project

Structure

your-project-name/
|-dev-tools/
  |-test-config/
    |-karma.conf.js
    |-karma-test-shim.js
|-src/
  |-components/
    |-my-root.component.ts
    |-my-root.jade
    |-my-child.component.ts
    |-my-child.jade
  |-scss/
    |-styles.scss
  |-test/
    |-global/
      test-env.ts
    |-test-setup.ts
  |-boot.ts
  |-index.jade
|-main.js
|-Gruntfile.js
|-package.json
|-systemjs.config.js
|-tsconfig.json
|-typings.json
|-.gitignore

Scripts

To build the source files and launch BrowserSync:

$ grunt

To run unit tests:

$ grunt test

To run unit tests with coverage report:

$ grunt test-coverage
0.4.0

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago