We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker run
https://github.com/microsoft/vscode-generator-code#run-generator-using-docker instructs to run the following command to scaffold a directory:
docker run -v $(pwd):/usr/src/app vscode-generator-code
However, that does not work. The command needs something like -it, so that yo actually can read user input from the terminal.
-it
yo
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
https://github.com/microsoft/vscode-generator-code#run-generator-using-docker instructs to run the following command to scaffold a directory:
However, that does not work. The command needs something like
-it
, so thatyo
actually can read user input from the terminal.The text was updated successfully, but these errors were encountered: