Skip to content

How do we run scripts in the project? #1477

Answered by mxriverlynn
jonrohan asked this question in Q&A
Discussion options

You must be logged in to vote

TL;DR

i'm not sure i agree that we need a standard. but if we decide we do need one, i'd be against using rake or npm as that standard. i'd rather use scripts/* for reasons outlined below.

that said, I'd rather see good documentation than any attempt to consolidate on a single standard for writing and/or running scripts

The Long Version

every tool has trade offs. we should be able to pick the one that's best for a situation. it also seems a little odd to load up ruby and rake and all that, just to shell out to commands that only need node modules, or don't need need ruby or node at all. or the same for loading npm to shell out to rake, etc.

it also gets more complicated when adding thor s…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jonrohan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants