File tree 4 files changed +221
-7
lines changed
4 files changed +221
-7
lines changed Original file line number Diff line number Diff line change 1
1
# generator-typescript-react
2
- [ ![ CircleCI] ( https://img.shields.io/circleci/token/TOKEN/ project/github/nomcopter/generator-typescript-react/master.svg )] ( https://circleci.com/gh/nomcopter/generator-typescript-react )
2
+ [ ![ CircleCI] ( https://img.shields.io/circleci/project/github/nomcopter/generator-typescript-react/master.svg )] ( https://circleci.com/gh/nomcopter/generator-typescript-react )
3
3
[ ![ npm] ( https://img.shields.io/npm/v/generator-typescript-react.svg )] ( https://www.npmjs.com/package/generator-typescript-react )
4
4
5
5
An opinionated Yeoman Generator for a Typescript + React ready build system.
Original file line number Diff line number Diff line change 1
1
# <%= humanReadableName %>
2
- [ ![ CircleCI] (https://img.shields.io/circleci/token/TOKEN/ project/github/ORGANIZATION/ <%= kebabCaseName %>/master.svg)] (https://circleci.com/gh/ORGANIZATION/ <%= kebabCaseName %>)
2
+ [ ![ CircleCI] (https://img.shields.io/circleci/project/github/ORGANIZATION/ <%= kebabCaseName %>/master.svg)] (https://circleci.com/gh/ORGANIZATION/ <%= kebabCaseName %>)
3
3
[ ![ npm] (https://img.shields.io/npm/v/ <%= kebabCaseName %>.svg)] (https://www.npmjs.com/package/ <%= kebabCaseName %>)
4
4
5
5
## Usage
Original file line number Diff line number Diff line change 9
9
},
10
10
"scripts" : {
11
11
"build" : " tsc" ,
12
- "clean" : " rm generators/app/index.js" ,
13
- "test" : " npm run clean && npm run build"
12
+ "clean" : " rm -f generators/app/index.js" ,
13
+ "test" : " npm- run-all clean build"
14
14
},
15
15
"files" : [
16
16
" generators"
25
25
"devDependencies" : {
26
26
"@types/lodash" : " ^4.14.77" ,
27
27
"lodash" : " ^4.17.4" ,
28
+ "npm-run-all" : " ^4.1.1" ,
28
29
"typescript" : " ^2.5.3"
29
30
}
30
31
}
You can’t perform that action at this time.
0 commit comments