We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way to use gapps as a JS-library instead of using the CLI? Thank you!
The text was updated successfully, but these errors were encountered:
I think there's a way to since index.js exports the commands. Perhaps only docs are missing?
index.js
module.exports.auth = require('./lib/commands/auth'); module.exports.init = require('./lib/commands/init'); module.exports.upload = require('./lib/commands/upload'); module.exports.defaults = require('./lib/defaults');
I'm investigating further...
Sorry, something went wrong.
So it works but it's a bummer that the commands themselves do console.logs, instead of just propagating errors.
console.log
Hmm, good catch, that's a poor design decision. I think a PR propagating the errors to the top level would be really valuable.
No branches or pull requests
Is there a way to use gapps as a JS-library instead of using the CLI? Thank you!
The text was updated successfully, but these errors were encountered: