0.2.5 • Published 7 years ago

generator-angular-project v0.2.5

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

Angular-Project generator

Yeoman generator for scaffold out a front-end project with Angular and TypeScript

NPM

Build Status CircleCI Dependencies Status Coverage Status License

Installation

You need to have latest version of Node.js installed on your machine before running the followings:

npm install -g yo generator-angular-project

Make a new directory, and cd into it:

mkdir my-new-project && cd $_

Run yo angular-project, optionally passing an app name:

yo angular-project [app-name]

That'll generate a project including:

Contribute

When submitting an issue, please make sure that Yeoman is up-to-date, and also provide the command or commands that cause the issue.

When submitting a PR, make sure that the commit messages match the AngularJS conventions.

When submitting a bugfix, write a test that exposes the bug and fails before applying your fix. Submit the test alongside the fix.

When submitting a new feature, add tests that cover the feature.

License

The MIT License

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago