You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made this tool that allows you to take docs from your project (e.g., README + docs/rules-for-ai.md, or even docs-for-ai/*) and generate copilot-instructions.md out of them, then update it as you change your docs.
You can use it as a CLI tool to start new projects or initialize it in your existing project:
# Install as a CLI tool
npm install -g airul
# Create a new project and open in VSCode
airul new my-project "Create a React app that shows the current weather" --copilot
# Or add it to your existing project (IMPORTANT: it will override existing .copilot-instructions.md files)
airul init
# And run to update the rules when changing docs (or add it to your pipeline somewhere)
airul gen
It's a CLI tool, but you can also use it as an NPM dev dependency.
Let me know if you have any requests or feel free to create new issues in the repo.
CopilotCode accurately and faster with your AI powered pair-programmer.Show & TellDiscussions where community members share their projects, experiments, or accomplishments
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Select Topic Area
Show & Tell
Body
I made this tool that allows you to take docs from your project (e.g.,
README
+docs/rules-for-ai.md
, or evendocs-for-ai/*
) and generate copilot-instructions.md out of them, then update it as you change your docs.You can use it as a CLI tool to start new projects or initialize it in your existing project:
It's a CLI tool, but you can also use it as an NPM dev dependency.
Let me know if you have any requests or feel free to create new issues in the repo.
https://github.com/mitkury/airul
Beta Was this translation helpful? Give feedback.
All reactions