You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we are in 2018, and there is a lot stable Nodejs releases and other good packages we can change the prupose for this one.
So, it will be API/CLI that gets (glob patterns, cmd to execute on each).
So then we can implement something like this "copy src files to dist and call given command each found file, e.g. rename/change extension and etc". Will give a placeholders to the scope of the command such as basename, filename, extname and etc.
Since we are in 2018, and there is a lot stable Nodejs releases and other good packages we can change the prupose for this one.
So, it will be API/CLI that gets
(glob patterns, cmd to execute on each)
.So then we can implement something like this "copy
src
files todist
and call given command each found file, e.g. rename/change extension and etc". Will give a placeholders to the scope of the command such asbasename
,filename
,extname
and etc.Example
Currently this can be done with Bash like that
The text was updated successfully, but these errors were encountered: