🛠 Tooling: Replace parsePackageAuthor with npm package #789
Labels
area: tooling
Managing the repository's maintenance
good first issue
Good for newcomers, please hop on!
status: accepting prs
Please, send a pull request to resolve this!
Bug Report Checklist
main
branch of the repository.Overview
This
parsePackageAuthor
function exists in the repository:create-typescript-app/src/shared/options/readGitAndNpmDefaults/parsePackageAuthor.ts
Line 3 in a386c87
...but https://www.npmjs.com/package/parse-author already exists. There's no need for this repo to implement that logic when it could use an npm package.
Let's delete the
parsePackageAuthor
function (and its tests) from this repo, then use theparse-author
package instead.Additional Info
No response
The text was updated successfully, but these errors were encountered: