diff --git a/README.md b/README.md index 5660ce6..14a653c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# generator-statikstack +# generator-node Generated by [Node Project Generator](https://github.com/statikstack/generator-node). @@ -11,7 +11,7 @@ Generated by [Node Project Generator](https://github.com/statikstack/generator-n - Cloning the repo ```bash -$ git clone https://github.com/statikstack/generator-statikstack.git +$ git clone https://github.com/statikstack/generator-node.git ``` - Installing dependencies @@ -33,7 +33,7 @@ $ npm install # License -[MIT](https://github.com/statikstack/generator-statikstack/blob/master/LICENSE) +[MIT](https://github.com/statikstack/generator-node/blob/master/LICENSE) -[license-badge]: https://img.shields.io/github/license/statikstack/generator-statikstack.svg +[license-badge]: https://img.shields.io/github/license/statikstack/generator-node.svg [license-url]: https://opensource.org/licenses/MIT diff --git a/generators/app/templates/README.md.template b/generators/app/templates/README.md.template index 5c2738c..1117484 100644 --- a/generators/app/templates/README.md.template +++ b/generators/app/templates/README.md.template @@ -1,6 +1,6 @@ # <%= project %> -Generated by [Statik Project Generator](https://github.com/statikstack/generator-statikstack). +Generated by [Statik Project Generator](https://github.com/statikstack/generator-node). [![License][license-badge]][license-url] diff --git a/package.json b/package.json index 769e9d4..dccf327 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "generator-statikstack", + "name": "@statikstack/generator-node", "version": "1.0.0", "description": "Yeoman generator for Node projects.", "author": "Statik ", - "homepage": "https://github.com/statikstack/generator-statikstack#readme", + "homepage": "https://github.com/statikstack/generator-node#readme", "keywords": [ "yeoman", "yeoman-generator" @@ -21,10 +21,10 @@ }, "repository": { "type": "git", - "url": "https://github.com/statikstack/generator-statikstack.git" + "url": "https://github.com/statikstack/generator-node.git" }, "bugs": { - "url": "https://github.com/statikstack/generator-statikstack/issues" + "url": "https://github.com/statikstack/generator-node/issues" }, "dependencies": { "yeoman-generator": "3.0.0"