Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
d0c25cb725542df002b9c53407bcd7651467988b
d0c25cb725542df002b9c53407bcd7651467988b
Switch branch/tag
create-react-app
init.js
Find file
Normal view
History
Permalink
init.js
102 Bytes
Newer
Older
Initial version of the global cli
Christopher Chedeau
committed
8 years ago
1
2
3
module
.
exports
=
function
(
root
,
appName
)
{
console
.
log
(
'
Creating the app
'
,
appName
,
'
at
'
,
root
);
};
Menu
Explore
Projects
Groups
Snippets