Skip to content
GitLab
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
bac207bde5971dbed65b04c75c96b80604c677b0
bac207bde5971dbed65b04c75c96b80604c677b0
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
);
};