How could we standardise tooling? #428
Replies: 6 comments
-
from @oliverlloyd's original post:
|
Beta Was this translation helpful? Give feedback.
-
How does this relate to the |
Beta Was this translation helpful? Give feedback.
-
i'm not sure – i used it for https://github.com/guardian/commercial-web and ended up removing a lot of stuff i didn't need :) (as an aside, i think the libs repo is a slight misdirection – it strikes me as definitely a good idea, but not ideal place for defining general best practice) i suspect it will always be the case that a template repo will never be sufficient for new projects, always too much or not enough stuff in it. it's also very hard to trickle changes to best practice out of it. things i think we need from this are:
if we accept these, i'm inclined toward the react-scripts model we walked about before. so something like: {
"scripts": {
"lint": "gu-mods lint"
},
"devDependencies": {
"@guardian/modules": "1.x"
}
} what do you think? are there things missing or problematic in that list? do scripts capture it all? |
Beta Was this translation helpful? Give feedback.
-
This sounds interesting! I'm not too familiar with this approach. Maybe we could put it on the agenda for the next meeting, or perhaps write up an issue detailing how it would work? 🤔
Sounds similar to what I came up against when using it for |
Beta Was this translation helpful? Give feedback.
-
I really like https://plopjs.com/ |
Beta Was this translation helpful? Give feedback.
-
Interesting name 🤔 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions