Dev Tools to make GitHub updates quicker from terminal. Allow for:
- Set active user.
- Create new repository and commit to it.
- Commit to current repository.
- Support token.
- Checking typos via
codespell
. - Making Table Of Contents for MarkDown
README.md
file from its content (makeTOC.py
)
git clone https://github.com/dprojects/dev-tools.git
-
Open terminal.
-
Go to
dev-tools
directory. -
cd ..
-
Clone another project and go to it.
-
Now You can use it just by:
../dev-tools/github.bash
MIT