-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
Description
As discussed outside of this issue, a post-process script could be useful to fix style issues with eslint --fix and perhaps do other things in the future. We could also use this script to do an initial npm install for users. Here's how it might be implemented:
- Directly after template files are generated, check for a
post-process.jsfile in a template. (Not sure what the exact name or format should be.) - If it exists, run the script with the project root as the working directory.
(cc @LinusBorg, who started the discussion resulting in this issue)