microsoft / azure-devops-extension-yeoman-generator

Generates a basic Azure DevOps extension with support for hot reload and debugging in VS Code
MIT License
21 stars 9 forks source link

Fix for .gitignore copying #2

Closed MatisseHack closed 5 years ago

MatisseHack commented 5 years ago

When npm installs the package, it renames the app/templates/.gitignore file to app/templates/.npmignore, which then fails the copy step. This PR fixes this issue, adds a bit more validation to the prompts, and fixes a few issues with the readme.