-
Notifications
You must be signed in to change notification settings - Fork 28
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
feat(cli): ask for database information #39
Conversation
README.md
Outdated
|
||
# FAQ | ||
If you're building a new app, your team is tackling a hard problem, or you just need help getting over the finish line, we'd love to work with you. [Say hello](https://echobind.com/contact) and tell us what you're working on. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
index.js
Outdated
@@ -167,6 +201,7 @@ module.exports = (name) => { | |||
await index.addAll("."); | |||
await index.write(); | |||
const id = await index.writeTree(); | |||
await nodegit.Remote.create(repo, "origin", variables.githubRepo); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⭐
2375009
to
663f3ab
Compare
663f3ab
to
ca89c0f
Compare
🎉 This PR is included in version 1.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This prompts the user for database info rather than us assuming.
Changes
Screenshots
Checklist
Fixes #36
## Merge #38 first