0.4.0 • Published 9 years ago

generator-electron-angular2 v0.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 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

9 years ago

0.3.4

9 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.11

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago