microsoft / microsoft/copilot-brag-sheet
Publish to npm for npx install
Open
Beginner friendly
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 10
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Publish to npm so users can install via npx copilot-brag-sheet. The bin/setup.mjs script already exists as the npm entry point. Need to verify package.json files field and test the npm install flow.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with bin/setup.mjs, which is the existing npm entry point, and inspect the files field in package.json. Test the npm installation flow for npx copilot-brag-sheet. Done means the package is published and users can install and invoke it through npx.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- cli, release
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100