🚀 Feature: Prompt for keywords in package.json #526
Labels
status: accepting prs
Please, send a pull request to resolve this!
type: feature
New enhancement or request
Milestone
Bug Report Checklist
main
branch of the repository.Overview
https://docs.npmjs.com/cli/v9/configuring-npm/package-json#keywords are a commonly used part of projects. In addition to fields such as
--repository
, let's give users the ability topnpm run setup
a repository withpackage.json
keywords!pnpm run setup --keyword javascript --keyword "static analysis"
...which will then create (along with all the other
package.json
fields):Additional Info
Setup is described here: https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/ad3d34a3a898f4bb5d8ec7de82409def50c99463/README.md#L46
After this feature is merged, I'll want to a followup issue for using the GitHub API to set the repository's topics based on those keywords. That should be a followup - no need to also do that as part of this issue's feature request.
The text was updated successfully, but these errors were encountered: