File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- # generator-statikstack
1
+ # generator-node
2
2
3
3
Generated by [ Node Project Generator] ( https://github.com/statikstack/generator-node ) .
4
4
@@ -11,7 +11,7 @@ Generated by [Node Project Generator](https://github.com/statikstack/generator-n
11
11
- Cloning the repo
12
12
13
13
``` bash
14
- $ git clone https://github.com/statikstack/generator-statikstack .git
14
+ $ git clone https://github.com/statikstack/generator-node .git
15
15
```
16
16
17
17
- Installing dependencies
@@ -33,7 +33,7 @@ $ npm install
33
33
34
34
# License
35
35
36
- [ MIT] ( https://github.com/statikstack/generator-statikstack /blob/master/LICENSE )
36
+ [ MIT] ( https://github.com/statikstack/generator-node /blob/master/LICENSE )
37
37
38
- [ license-badge ] : https://img.shields.io/github/license/statikstack/generator-statikstack .svg
38
+ [ license-badge ] : https://img.shields.io/github/license/statikstack/generator-node .svg
39
39
[ license-url ] : https://opensource.org/licenses/MIT
Original file line number Diff line number Diff line change 1
1
# <%= project %>
2
2
3
- Generated by [Statik Project Generator](https://github.com/statikstack/generator-statikstack ).
3
+ Generated by [Statik Project Generator](https://github.com/statikstack/generator-node ).
4
4
5
5
[![License][license-badge]][license-url]
6
6
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " generator-statikstack " ,
2
+ "name" : " @statikstack/ generator-node " ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Yeoman generator for Node projects." ,
5
5
"author" :
" Statik <[email protected] >" ,
6
- "homepage" : " https://github.com/statikstack/generator-statikstack #readme" ,
6
+ "homepage" : " https://github.com/statikstack/generator-node #readme" ,
7
7
"keywords" : [
8
8
" yeoman" ,
9
9
" yeoman-generator"
21
21
},
22
22
"repository" : {
23
23
"type" : " git" ,
24
- "url" : " https://github.com/statikstack/generator-statikstack .git"
24
+ "url" : " https://github.com/statikstack/generator-node .git"
25
25
},
26
26
"bugs" : {
27
- "url" : " https://github.com/statikstack/generator-statikstack /issues"
27
+ "url" : " https://github.com/statikstack/generator-node /issues"
28
28
},
29
29
"dependencies" : {
30
30
"yeoman-generator" : " 3.0.0"
You can’t perform that action at this time.
0 commit comments