Skip to content

Commit

Permalink
rename project angular-start
Browse files Browse the repository at this point in the history
  • Loading branch information
edoparearyee committed Mar 3, 2015
1 parent 60e1121 commit 50c145c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# SOON_ AngularJS Template
# Angular Start

[![Build Status](https://travis-ci.org/thisissoon/angularjs-template.svg?branch=master)](https://travis-ci.org/thisissoon/angularjs-template)
[![Coverage Status](https://coveralls.io/repos/thisissoon/angularjs-template/badge.svg?branch=master)](https://coveralls.io/r/thisissoon/angularjs-template?branch=master)
[![Sauce Test Status](https://saucelabs.com/buildstatus/angularjs-template)](https://saucelabs.com/u/angularjs-template)
[![Build Status](https://travis-ci.org/thisissoon/angular-start.svg?branch=master)](https://travis-ci.org/thisissoon/angular-start)
[![Coverage Status](https://coveralls.io/repos/thisissoon/angular-start/badge.svg?branch=master)](https://coveralls.io/r/thisissoon/angular-start?branch=master)

[![Sauce Test Status](https://saucelabs.com/browser-matrix/angular-start.svg)](https://saucelabs.com/u/angular-start)

The start of all angularjs projects. A base template for a typical angularjs application.

This project structure is based on the [angular-seed](https://github.com/angular/angular-seed) application skeleton for a typical [AngularJS](http://angularjs.org/) web app.

Expand All @@ -13,14 +16,14 @@ The project is preconfigured to install the Angular framework and a bunch of dev

To get you started you can simply clone the repository and install the dependencies:

### Clone SOON_ AngularJS Template repository
### Clone the Angular Start repository

Clone the angularjs-template repository using [git][git]:
Clone the angular-start repository using [git][git]:

```
cd path/to/parent/directory
git clone git@github.com:thisissoon/angularjs-template.git
cd angularjs-template
git clone git@github.com:thisissoon/angular-start.git
cd angular-start
```


Expand Down
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "angularjs-template",
"description": "A base template for a typical angularjs application",
"name": "angular-start",
"description": "The start of all angularjs projects. A base template for a typical angularjs application.",
"version": "0.0.4",
"homepage": "https://github.com/thisissoon/angularjs-template",
"homepage": "https://github.com/thisissoon/angular-start",
"license": "MIT",
"private": true,
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "angularjs-template",
"name": "angular-start",
"private": true,
"version": "0.0.4",
"description": "A base template for a typical angularjs application",
"repository": "https://github.com/thisissoon/angularjs-template",
"description": "The start of all angularjs projects. A base template for a typical angularjs application.",
"repository": "https://github.com/thisissoon/angular-start",
"license": "MIT",
"dependencies": {
"bower": "~1.3.12",
Expand Down

0 comments on commit 50c145c

Please sign in to comment.