nayuki / nayuki/QR-Code-generator
Packaging for web
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 6.8k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
Hi! I absolutely love this piece of software, QR codes are both sound and minimal. ❤
Though, there are a few issues with packaging: there is no easy way to use the library in case of javascript.
At first, you need a package.json. There should be all the information required for publishing to npmjs.com.
It is pretty much a standard to have a link at https://cdnjs.com/, as somebody who'd like to play with the library will just insert a script on their webpage and try it like:
<script src="https://cdn.jsdelivr.net/npm/nayuki/dist/qr-code-generator.min.js"></script>
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 inspecting the JavaScript distribution around dist/qr-code-generator.min.js and checking the repository's current packaging layout. Compare the requested package.json and npm/CDN usage with existing release conventions. Done means the web library has the package metadata and browser-consumable distribution needed for the described script usage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- release, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100