All Projects → arshadkazmi42 → ak-cli

arshadkazmi42 / ak-cli

Licence: GPL-3.0 license
🔖 Collection of useful cli commands

Projects that are alternatives of or similar to ak-cli

create-mern-ts-app
Create a Mongo-Express-React-Node Application written in TypeScript out of the box.
Stars: ✭ 30 (-23.08%)
Mutual labels:  heroku, mongo
Discord-Study-Bot
Discord-Study-Bot is a Study-Time-based leaderboard system in discord servers. This features an Overall leaderboard and leaderboards based on a Daily, Weekly, and Monthly basis.
Stars: ✭ 20 (-48.72%)
Mutual labels:  heroku, commands
Backdoor
A backdoor that runs on Linux and Windows
Stars: ✭ 36 (-7.69%)
Mutual labels:  zip, commands
teller
Cloud native secrets management for developers - never leave your command line for secrets.
Stars: ✭ 998 (+2458.97%)
Mutual labels:  heroku
nlg-markovify-api
An API built on Plumber (R) utilizing Markovify, a Python package, wrapped in markovifyR (R). It builds a Markov Chain-model based on text (user input) and generates new text based on the model.
Stars: ✭ 19 (-51.28%)
Mutual labels:  heroku
heroku-cli-oauth
this code is now in https://github.com/heroku/cli
Stars: ✭ 40 (+2.56%)
Mutual labels:  heroku
police-cad
This is a easy to setup and use police server CAD. Includes a signup/login for both Civilians and Police Officers. Also this is mobile friendly. Built for GTA V's Modding framework: FiveM.
Stars: ✭ 49 (+25.64%)
Mutual labels:  heroku
honeyku
A Heroku-based web honeypot that can be used to create and monitor fake HTTP endpoints (i.e. honeytokens).
Stars: ✭ 56 (+43.59%)
Mutual labels:  heroku
react-phoenix-users-boilerplate
Elixir/Phoenix + React + users template/boilerplate.
Stars: ✭ 71 (+82.05%)
Mutual labels:  heroku
vim-rzip
Extends zip.vim to browse and write nested zip files
Stars: ✭ 22 (-43.59%)
Mutual labels:  zip
starter-kit
Starter kit for full-stack JavaScript projects
Stars: ✭ 21 (-46.15%)
Mutual labels:  heroku
NLog.Mongo
MongoDB Target for NLog
Stars: ✭ 62 (+58.97%)
Mutual labels:  mongo
Malicious-Urlv5
A multi-layered and multi-tiered Machine Learning security solution, it supports always on detection system, Django REST framework used, equipped with a web-browser extension that uses a REST API call.
Stars: ✭ 35 (-10.26%)
Mutual labels:  heroku
django-kcproject-starter
Kickstart Coding's Django Project Starter Template
Stars: ✭ 14 (-64.1%)
Mutual labels:  heroku
pydf
PDF generation in python using wkhtmltopdf for heroku and docker
Stars: ✭ 68 (+74.36%)
Mutual labels:  heroku
akamai-collector
Akamai sensor data collector with API and database support!
Stars: ✭ 60 (+53.85%)
Mutual labels:  heroku
zipit
Decentralized or self-hosted encryption archives that work on any internet device.
Stars: ✭ 14 (-64.1%)
Mutual labels:  zip
botkit-heroku-redis-example
Tiny example of running botkit on Heroku with RedisCloud
Stars: ✭ 21 (-46.15%)
Mutual labels:  heroku
mongodb-backup-manager
🌿 A Full-stack MongoDB Backup System.
Stars: ✭ 42 (+7.69%)
Mutual labels:  mongo
PokerTexter
SMS App for Poker Odds. Runs on Flask + Twilio + Heroku.
Stars: ✭ 17 (-56.41%)
Mutual labels:  heroku

List of some daily used commands for tech geeks.

Give us a if you like our work ❤️

Github Repo Size LICENSE Contributors Commit Issues Pull Requests

Contents

Docker

GIT

  • Clone repository - Clone a repository to any location.
  • Cherry Pick Commit - Copy one commit from one branch to another
  • Commit changes - Commit the local changes.
  • Configure Author - Configure author name and email.
  • Configured Author - Check configured author name or email.
  • Create branch - Create a new branch.
  • Delete branch - Delete a branch from remote git repository.
  • Git RefLog - Gives the complete activity trace of the repository.
  • Modify Commit - Modify last commit details (commit message, author...).
  • Pull changes - Pull remote changes to local repository.
  • Push changes - Push changes from local respository to remote.
  • RM Cached - Remove cached files which are added in .gitignore later.
  • Reset File - Reset committed changes of a file.
  • Restore Branch - Restore a deleted branch.
  • Status - Git status to check the file list in which changes are made.
  • Stage - Stage (add) the new changes done to commit those changes.
  • Stash - Stash all the current changes, pushes all the changes to stash stack and goes back to last commit.
  • Stash File - Stash a particular file, push changes done to a file into stash stack and goes back to last commit for that file.
  • Stash List - Check stash stack list.
  • Stash Revert - Revert stashed changes from stash stack.
  • Switch Branch - Switch current working branch.

Heroku

Kafka

  • Create Topic - Create a new topic in zookeeper to be used by Kafka.

Linux

Mongo

NPM

  • Login - Login to NPM in your terminal.
  • Init - Initialze a npm project.
  • Publish - Publish a package to npm repository.

PM2

PSQL

Python

SCP

SSH

tar

  • Tar Extract - Extract a tar package to specified location.

zip

Contributing Guide

Interested in contributing to this project, check some of our open issues here.

Read our contrubtion guide here.

Help us

We would love to get some suggestions or feedbacks for this project.

If you have any suggestion about the project, let us know by adding a comment here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].