jaredpalmer / jaredpalmer/formik
Consider shipping a LICENSE file with your npm package
- Dominant language
- TypeScript
- Stars
- 34.3k
- Forks
- 2.8k
- PR merge metrics
- No merged PRs in 30d
Description
Your license (Apache 2.0) requires all usages to include full license text with the shipped software.
However, `formik` not including the LICENSE file in the shipped npm package makes it significantly harder to automate this process. LICENSE is included in the repository, however fetching repo contents for all dependency packages would be painfully slow as opposed to simply retrieving LICENSE files from node_modules.
Contributor guide
Research direction
Start with the repository’s LICENSE file and inspect how the npm package contents are assembled. Verify the packed package includes the full LICENSE text, then check the resulting package contents to confirm consumers can retrieve it from node_modules.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- release
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100