@jesus-rojas/github-bot
v1.0.6
Published
Automatized faker commits in git
Downloads
0
Readme
Github bot
Automatized faker commits in git
Requirements
- Node
- Git
Before execute
In package.json
{
"type": "module",
"dependencies": {
"@jesus-rojas/github-bot": "latest"
}
}
In index.js
import { makeCommit } from '@jesus-rojas/github-bot'
makeCommit(10)
Execute in (Terminal | Powershell)
npm i
git init
node index.js