PR-448199:

Adding Readme file.
This commit is contained in:
2022-05-26 00:02:22 +00:00
parent 2b698e785a
commit 8652f52221
3 changed files with 75 additions and 2 deletions

View File

@ -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}`);