https://github.com/ademking/tiktak
Quick and Simple Git Cli Tool
https://github.com/ademking/tiktak
cli cli-tool git github
Last synced: about 1 month ago
JSON representation
Quick and Simple Git Cli Tool
- Host: GitHub
- URL: https://github.com/ademking/tiktak
- Owner: Ademking
- Created: 2022-08-13T11:42:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-13T23:56:15.000Z (almost 4 years ago)
- Last Synced: 2025-03-13T03:01:49.471Z (over 1 year ago)
- Topics: cli, cli-tool, git, github
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/tiktak
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tiktak 🚀
Quick and simple Git Cli Tool. Allows you to quickly and easily manage your git repository.
## Requirements
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/)
## Installation
```
npm i -g tiktak
```
or if you prefer to use npx:
```
npx tiktak
```
## Usage
```
tiktak
```
## Contributing
Please feel free to fork and contribute!
## License
MIT
## Author
[@Ademking](https://github.com/Ademking)