Socket
Socket
Sign inDemoInstall

git-quick-push

Package Overview
Dependencies
484
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    git-quick-push

node script for git commands


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

EN | 中文

two commands now

  • list,display a list of git submissions commands, make git submissions more convenient through list selection
  • create,provide vite + vue3 + ts + pinia template , download dependency automatically (see template readme.md for specific configuration)

🎉 install

npm i -g git-quick-push

✨ usage

Note that the command is "git-push" instead of the package name "git-quick-push". Because "git-quick-push" is slightly longer, the design is abbreviated as "git-push"

✨git-push list

show "git commit" ,"git pull ", "git push" and "exit"

🚀 If you think the default text of commit is not specific enough

You can input custom commit text, which will splice the default text of the commit list

🚀 Automatically provide corresponding Emoji for commit text
emojiemoji 代码commit
🎉:tada:first commit :
:sparkles:new feature :
🐛:bug:fix bug :
💄:lipstick:update ui and style files :
🔥:fire:remove code or file :
🎨:art:improve code structure or code format :
:zap:improve performance :
📝:memo:document writing :

✨git-push create

Input the project name, create the vite + vue3 + ts + pinia template to the current directory, download the dependency and run

If there is a folder in the current directory with the same name as the created project name, provide an overwrite prompt

Keywords

FAQs

Last updated on 27 Oct 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc