1.0.0 • Published 2 years ago

commit-streak v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

commit-stream

Build Status

Automatically updates Head for commit streaks.

Auto Commit everyday.

Install

$ NPM Install Commit-Stream

use

const commit = reques ('Commit-Stream')

const owner = 'codewhiteweb'
const repo = 'Chatbot-discord-js'
const auth = 'Fill in Person Token' here

commit ({
  Owner,
  REPO,
  Auth,
  debug: true, // Open the debug mode
})

certification

Parameter auth is used for certification.

Enter the Personal Access Tokens page and click the "General New Token" button. This step will prompt you to enter the password and then enter the new page.

Check REPO/PUBLIC_REPO and click the "Generate Token" button below.

Note: The token will only be displayed once after generating, so you must copy the token and refresh the page. If you forget to copy the Token, you can rewrite the new token.

License

Commit-stream is released under the mit license.