todoman is a simple command-line interface (CLI) app that helps developers convert their project TODOs into Github issues. With todoman, you can easily keep track of your project tasks and bugs, and turn them into actionable Github issues.
curl https://raw.githubusercontent.com/cu8code/gittodoman/main/bin/gittodoman.bundle.js > todoman && chmod +x todoman
todoman [http-link-of-git-repo]
run the script in your git repo
The newly created Github issues will have a title and description that matches your original TODO items. You can now track and manage your project tasks and bugs directly from Github.
- Automatic parsing of project TODOs
- Conversion of TODOs into Github issues
- Customizable issue titles and descriptions
- Integration with Github API for seamless issue creation
gittodoman uses Github API to create issues, so you will need to authenticate your Github account before using the app. The authentication process is secure and requires your Github credentials
gittodoman is a simple yet powerful app that can help developers streamline their project management workflow. By converting TODOs into Github issues, todoman can help you stay organized, focused, and productive. Try todoman today and see how it can improve your project management process!