0.0.4 • Published 9 years ago

generator-jspm-angular v0.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

generator-jspm-angular Build Status

Getting Started

Install

npm install -g yo generator-jspm-angular
yo jspm-angular

Structure

The scaffolded project has this structure:

.
├── .editorconfig
├── .gitignore
├── .vscode
│   └── settings.json
├── LICENSE
├── README.md
├── app
│   ├── all.d.ts
│   ├── greeter
│   │   ├── greeter-ctrl.spec.ts
│   │   ├── greeter-ctrl.ts
│   │   └── greeter.ts
│   └── main.ts
├── gulpfile.js
├── index.html
├── jspm.config.js
├── karma.conf.js
├── package.json
├── tsconfig.json
├── tsd.json
└── tslint.json

Gulp tasks

  • default cleans the project, install type definition files and build a production ready version in ./dist.
  • serve launches a dev server with hot reloading. Runs TypeScript Linter each time a .ts file has changed.
  • serve:dist builds and serves the production version.
  • typedoc generates the project documentation.

Tests

Run npm test to launch karma an run unit tests.

License

MIT

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago