Publish dist global version for use in npmcdn
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.3k
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
For making quick demos, it would be nice to be able to use this directly in a script tag.
On a related note, I made a standalone version by running browserify -r yo-yo > yo-yo.js. I expected to find it available as either window.yo or window.yoyo, but those are undefined. What is the expected usage for a standalone build?
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 checking the existing Browserify command (browserify -r yo-yo > yo-yo.js) and the package’s distribution setup. Determine how a script-tag build should expose the library, then verify that the published dist artifact works through npmcdn and document the standalone usage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- build-system, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100