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
Should we replace hub with something else? hub is not installed via npm.
It not natural that we have to install it separately. (Besides, the jobs on CircleCI are failing because for some reason they're failing to install hub on CircleCI)
I think we should eliminate as many as shell invocations that are basically externally dependent, and alien to the JavaScript ecosystem. rest.js is a great library to communicate with GitHub API and easy to integrate into ship.js.
Should we replace
hub
with something else?hub
is not installed via npm.It not natural that we have to install it separately.
(Besides, the jobs on CircleCI are failing because for some reason they're failing to install
hub
on CircleCI)Initially it was to make it easy for me to ship Ship.js.
Should this be a legit alternative? https://github.com/octokit/rest.js
The text was updated successfully, but these errors were encountered: