Skip to content

Commit 2bb1a48

Browse files
committed
Configuring multiple-package-install install options
1 parent 2c9bfc8 commit 2bb1a48

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

cliModel/index.js

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,21 @@ module.exports.multiplePackageInstall = [
2121
type: 'checkbox',
2222
name: 'packages',
2323
message: 'Select packages for your new React Project: ',
24-
default: ['CreateReactApp'],
24+
default: ['create-react-app'],
2525
pageSize: 9,
2626
choices: [
27-
'CreateReactApp',
28-
'ReactRouter',
29-
'Redux',
30-
'ReduxThunk',
31-
'Prop-types',
32-
'NodeSass',
33-
'StyledComponents',
34-
'Unstated',
35-
'Unstated-Next',
36-
'TypeScript',
27+
'create-react-app',
28+
'react-router react-router-dom',
29+
'redux react-redux',
30+
'redux-thunk',
31+
'prop-types',
32+
'node-sass',
33+
'styled-components',
34+
'unstated',
35+
'unstated-next',
36+
'typescript',
3737
'@types/node',
38+
'@types/react-redux',
3839
'@types/react @types/react-dom',
3940
'@types/react-router @types/react-router-dom',
4041
'@types/jest'

0 commit comments

Comments
 (0)