Skip to content

Added README.md and added eclipse workspace stuff to .gitignore #1035

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions addon/ng2/blueprints/ng2/files/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# <%= jsComponentName %>

This project is generated with [angular-cli](https://github.com/angular/angular-cli) version <%= version %>

## Build

Run `ng build` for building. The build artifacts will be stored in the `dist/` directory.

## Development
Run `ng serve` for preview. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

If you wish to use the live-reload feature,
```
ng serve --port 4201 --live-reload-port 49153
```
If you wish to read more about the environment configuration please refer, [Environments](https://github.com/angular/angular-cli#environments)

## Running unit tests

Running `ng test` will run the unit tests with karma.
[Click here](https://github.com/angular/angular-cli#running-unit-tests) for more details.

## Running end-to-end tests

Running `ng e2e` will run end to end tests via Protractor. Before running the tests make sure you are serving the app via `ng serve`.
[Click here](https://github.com/angular/angular-cli#running-end-to-end-tests) for more details.

## Further help

To get more help on the `angular-cli` use `ng --help` or go to [angular-cli](https://github.com/angular/angular-cli).
51 changes: 51 additions & 0 deletions addon/ng2/blueprints/ng2/files/gitignore
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,54 @@ testem.log
#System Files
.DS_Store
Thumbs.db

.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders

# Eclipse Core
.project

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# PyDev specific (Python IDE for Eclipse)
*.pydevproject

# CDT-specific (C/C++ Development Tooling)
.cproject

# JDT-specific (Eclipse Java Development Tools)
.classpath

# Java annotation processor (APT)
.factorypath

# PDT-specific (PHP Development Tools)
.buildpath

# sbteclipse plugin
.target

# Tern plugin
.tern-project

# TeXlipse plugin
.texlipse

# STS (Spring Tool Suite)
.springBeans

# Code Recommenders
.recommenders/