New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

onepush

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onepush

执行命令后,会自动执行打包并提交到仓库 执行命令后会输出正能量语句,给你加油打气! ## Caveats 一定要先在自己提交过项目后,该仓库才好使,该仓库只会自动执行以下4条命令 ``` npm run build git add . git commit -m 'commit message' git push ``` 除此不会有其它功能,适用于个人项目提交。 ## Simple usage ``` 不想下载,就直接运行:

  • 1.0.9
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

onepush 一条命令,三种体验!

Features

执行命令后,会自动执行打包并提交到仓库
执行命令后会输出正能量语句,给你加油打气!

Caveats

一定要先在自己提交过项目后,该仓库才好使,该仓库只会自动执行以下4条命令

npm run build
git add .
git commit -m 'commit message'
git push

除此不会有其它功能,适用于个人项目提交。

Simple usage

不想下载,就直接运行:

npx 1push

添加提交信息:

npx 1push -m 'not first commit'

如果你想打包:

npx 1push -b
下载:
npm install onepush -D  

首先注册命令到全局:

npm link 

直接运行:

push

添加提交信息:

push -m 'not first commit'

如果你想打包:

push -b

FAQs

Package last updated on 05 Feb 2023

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