-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Open
Labels
internalBehind-the-scenes enhancement. Formerly called “core”.Behind-the-scenes enhancement. Formerly called “core”.scope: all componentsWidespread work has an impact on almost all components.Widespread work has an impact on almost all components.
Description
We currently leverage the scripts
entry in our package.json. As of right now this includes around 34 scripts that aren't really documented. Any addition, change etc. has to be followed by contributors to be understood.
It would be nice if we could consolidate those into a single place that also adds documentation. This should put emphasis on common tasks as well as guiding contributors: What script can I use to perform X task?
https://github.com/kentcdodds/nps looks very close to what I have in mind (task + description + watch mode in a single place).
Maybe there are other solutions for large monorepos. In any case it would be nice if we could improve the first contributor experience.
joshwooding
Metadata
Metadata
Assignees
Labels
internalBehind-the-scenes enhancement. Formerly called “core”.Behind-the-scenes enhancement. Formerly called “core”.scope: all componentsWidespread work has an impact on almost all components.Widespread work has an impact on almost all components.