-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Way to specify a folder for scripts #8
Comments
👍 this sounds good to me. I think we should probably implement this with a "scripty": {
"scriptsDir": "core"
} Scripty, in turn, will search that directory instead of "scripts". Sound good? |
Note: We'll probably also need a configuration option for windows scripts, as well |
Thats sounds like the way to go. We have a few "custom" configs in our pacakge.json (babel, ava etc...) |
Yeah, that seems to be the way things are going, and seems doubly appropriate when the cli is coupled npm to begin with. |
Naming-things suggestion: Maybe a little less semantic, but more concise? |
@gvn -- whatever I pick I'll try to be careful about it. As mentioned above, we're only talking about scripts in the user directory, but we'll need a way to specify either/or of |
FYI, I went with Landed in 1.4.0 |
I'm intrigued! But for me to be able to use it I would have to specify another folder name and/or path where scripty would look for scripts. Would that make sense?
./scripts/*
=>./core/scripts/*
etc... I don't want to add another namespace infront of the scripts namescore:dev:app
The text was updated successfully, but these errors were encountered: