mathiasbynens / mathiasbynens/dotfiles
npm.sh
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 31.5k
- Forks
- 8.4k
- PR merge metrics
- No merged PRs in 30d
Description
Like brew.sh, any interest in a npm.sh for installing global npm binaries?
I was going to suggest adding trash-cli, but couldn't find a good solution for adding it other than putting a npm install call in bootstrap.sh.
Contributor guide
No contributing guide indexed for this repository
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 by reading brew.sh and bootstrap.sh to understand how package-installation scripts are structured and invoked. Determine how an npm.sh script should install global npm binaries, including the mentioned trash-cli example, and consider how it fits into bootstrap.sh. Done means the intended global npm installation flow is documented by the issue's requested behavior and works consistently with the existing scripts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, shell
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100