0

I want to be able to create a GitHub repository and to be able to commit and push from my NodeJS application.

I have searched a lot for a working example but I haven't found it yet.

Can anyone recommend libraries with documentation I can look at?

Thanks!

2 Answers 2

4

Can the Github api help you?

You can find the nodejs library such as this one

Sign up to request clarification or add additional context in comments.

Comments

4

You'll need a Github client written for Node. https://github.com/mikedeboer/node-github looks pretty solid, as it covers most of the API. Here's a sample documentation link: http://mikedeboer.github.io/node-github/#repos.prototype.create

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.