Socket
Socket
Sign inDemoInstall

@chatie/git-scripts

Package Overview
Dependencies
33
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @chatie/git-scripts

Git Hooks Integration for Chatie Projects


Version published
Weekly downloads
327
decreased by-13.03%
Maintainers
2
Install size
721 kB
Created
Weekly downloads
 

Readme

Source

@chatie/git-scripts

NPM Version npm (tag) Build Status

Git Hooks

Source: Git Hooks - Git

Git Hooks Integration for Chatie Projects

USAGE

This module is a wrapper of the NPM module git-scripts, it provide following additional features:

  1. pre-push hook had been set to run npm run lint and then npm verion patch before git push for better code quality and version management.

Learn more about the original git-scripts from its GitHub homepage: git-scripts

DISABLE THE HOOK

You can skip git hook for pre-push if you want.

1. Temporary

To temporary disable the pre-push git hook, you can set NO_HOOK=1 before do git push:

# for Linux & Mac
NO_HOOK=1 git push

# for Windows

set NO_HOOK=1 git push

2. Permanent

To permanent disable the pre-push git hook, you can delete the related settings in package.json:

-  "git": {
-    "scripts": {
-      "pre-push": "npx git-scripts-pre-push"
-    }
-  }

CHANGELOG

master

v0.2 (10 Jun 2019)

  1. Install hook to package.json automatically

v0.0.1 (08 Jun 2019)

  1. Wrap git-scripts

AUTHOR

Huan LI (李卓桓) zixia@zixia.net

Profile of Huan LI (李卓桓) on StackOverflow

  • Code & Docs © 2019 - now Huan LI zixia@zixia.net
  • Code released under the Apache-2.0 License
  • Docs released under Creative Commons

Keywords

FAQs

Last updated on 22 May 2020

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