Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

automagit

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

automagit

Improve performace with Github, focus on the code not on the tedious tasks

  • 1.0.32
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Automatize tasks in github with alias.

Description

This package add aliases to improve your performace. For example if you want do a add, commit and push directly. You can use the option git cif

Install

npm install -g automagit

RUN automagit in the shell

automagit

NOW YOU CAN EXECUTE ALL THE COMMANDS BELOW

This alias will add:

    git ci  "COMMIT"   git add + commit
	git cii "COMMIT"   git add + commit + push
	git cif            git add + commit with text no relevants changes + push
	git f              git add + commit + increase version npm in package.json + push + update npm package
	git fi  "COMMIT"   git add + commit + increase version npm in package.json + push + update npm package
	git fin            git push + update npm package
	git final          increase version npm in package.json + push + update npm package

Options

automagit [OPTIONS]
        default install all aliases
		-d --delete  remove all aliases automatize -d
		-h --help show help
		-v show package version -v

Youtube Video

Video

FAQs

Package last updated on 08 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc