Skip to content

Commit

Permalink
rename to generator-learnfe
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott1 committed Jun 17, 2015
1 parent 9b82c5d commit ae0b823
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generator-fe-base [![Build Status](https://secure.travis-ci.org/learnfrontend/generator-learnfe-base.png?branch=master)](https://travis-ci.org/ascott1/generator-learnfe-base)
# generator-fe-base [![Build Status](https://secure.travis-ci.org/learnfrontend/generator-learnfe-base.png?branch=master)](https://travis-ci.org/ascott1/generator-learnfe)

> A [Yeoman](http://yeoman.io) generator for scaffolding out a simple front-end project
Expand All @@ -13,7 +13,7 @@ To use the `learnfe` generator, you will need to install Yeoman and the generato

```bash
npm install -g yo
npm install -g generator-fe-base
npm install -g generator-learnfe
```

## Usage
Expand All @@ -27,7 +27,7 @@ mkdir my-new-project && cd $_
Run the `fe-base` generator in your new directory:

```bash
yo fe-base
yo learnfe
```

That's it! You have a basis to build your project from.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "generator-fe-base",
"name": "generator-learnfe",
"version": "0.1.0",
"description": "A very basic Yeoman generator for the LearnFrontEnd.io courses",
"license": "MIT",
"main": "app/index.js",
"repository": "https://github.com/LearnFrontEnd/generator-fe-base",
"repository": "https://github.com/LearnFrontEnd/learnfe",
"author": {
"name": "Adam Scott",
"email": "[email protected]",
Expand Down

0 comments on commit ae0b823

Please sign in to comment.