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
most package managers allow pre-install, post-install, pre-update, post-update, pre-publish, post-publish and custom user defined scripts that may be run from the command-line.
I think automated scripts are very important and should be included in pyloop.
I also want to be able to run
pyloop start
pyloop test
pyloop run packager
like npm to run, test and do other custm stuff with pyloop.
The text was updated successfully, but these errors were encountered:
most package managers allow
pre-install
,post-install
,pre-update
,post-update
,pre-publish
,post-publish
and custom user defined scripts that may be run from the command-line.I think automated scripts are very important and should be included in pyloop.
I also want to be able to run
like npm to run, test and do other custm stuff with pyloop.
The text was updated successfully, but these errors were encountered: