mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
Test Plan: ``` npm pack node global-cli/index.js testing --scripts-version /Users/vjeux/random/react-getting-started/create-react-app-scripts-0.0.1.tgz ``` make sure it shows ``` Creating the app testing at /Users/vjeux/random/react-getting-started/testing ```
4 lines
102 B
JavaScript
4 lines
102 B
JavaScript
module.exports = function(root, appName) {
|
|
console.log('Creating the app', appName, 'at', root);
|
|
};
|