This project generates a .github/copilot-instructions.md
file and updates the .gitignore
file to include it. The purpose is to provide detailed instructions for GitHub Copilot.
To install the project, run:
npm install
To generate the copilot-instructions.md
file and update the .gitignore
, run the following command:
npx copilot-instructions
-
Create Directory: The script creates the
.github
directory if it doesn't already exist. -
Generate Instructions File: It generates the
copilot-instructions.md
file with a template if the file doesn't already exist. -
Update .gitignore: It adds the
copilot-instructions.md
file to the.gitignore
to ensure it is not tracked by Git.
Akshay Malik
This project is licensed under the MIT License.