mirror of
https://github.com/aleleba/create-node-ts-graphql-server.git
synced 2025-06-20 12:58:24 -06:00
PR-448199:
Adding Readme file.
This commit is contained in:
@ -12,7 +12,7 @@ const runCommand = command => {
|
||||
}
|
||||
|
||||
const repoName = process.argv[2];
|
||||
const gitCheckoutCommand = `git clone --depth 1 https://github.com/aleleba/node-ts-graphql-server ${repoName}`;
|
||||
const gitCheckoutCommand = `git clone --depth 1 https://github.com/aleleba/create-node-ts-graphql-server ${repoName}`;
|
||||
const installDepsCommand = `cd ${repoName} && npm install`;
|
||||
|
||||
console.log(`Cloning the repository with name ${repoName}`);
|
||||
|
Reference in New Issue
Block a user