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

@initx-plugin/git

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@initx-plugin/git - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

2

dist/index.d.ts

@@ -25,3 +25,3 @@ import { InitxHandler, InitxCtx } from '@initx-plugin/core';

gpgKey: {
matching: RegExp;
matching: string;
description: string;

@@ -28,0 +28,0 @@ };

{
"name": "@initx-plugin/git",
"type": "module",
"version": "0.0.13",
"version": "0.0.14",
"description": "initx plugin, git operations",
"author": "imba97",
"license": "MIT",
"homepage": "https://github.com/imba97/initx#readme",
"homepage": "https://github.com/initx-collective/initx-plugin-git#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/imba97/initx"
"url": "git@github.com:initx-collective/initx-plugin-git.git"
},
"bugs": {
"url": "https://github.com/imba97/initx/issues"
"url": "https://github.com/initx-collective/initx-plugin-git/issues"
},
"keywords": [
"initx"
"initx-plugin",
"git"
],

@@ -26,9 +27,28 @@ "main": "dist/index.mjs",

"dependencies": {
"@initx-plugin/utils": "0.0.13",
"@initx-plugin/core": "0.0.13"
"@initx-plugin/core": "latest",
"@initx-plugin/utils": "latest"
},
"devDependencies": {
"@imba97/eslint-config": "^0.0.4",
"@types/node": "^22.8.6",
"bumpp": "^9.8.0",
"eslint": "^9.13.0",
"lint-staged": "^15.2.10",
"simple-git-hooks": "^2.11.1",
"typescript": "5.5.4",
"unbuild": "^2.0.0",
"vitest": "^2.1.4"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --cache --flag unstable_ts_config --fix"
},
"scripts": {
"stub": "unbuild --stub",
"build": "unbuild"
"build": "unbuild",
"lint": "eslint --cache --flag unstable_ts_config",
"release": "bumpp"
}
}

@@ -11,4 +11,53 @@ <h1 align="center">initx ⚙️</h1>

## Usage
```bash
npm install @initx-plugin/git -g
```
### Git Repository
Create a new repository or modify the remote repository address in the current directory
```bash
npx initx git@github.com:user/repository.git
```
### Git Branch
Specify a branch name
```bash
npx initx git@github.com:user/repository.git main
```
### Git User
Set git username and email
```bash
npx initx user mail@example.com your_name
```
### Git GPG
```bash
# npx initx gpg [true|false]
npx initx gpg true
```
Select `Enable or disable GPG signing for git commits`, Set git commit signature
If true, includes setting the Git GPG Key
### Git GPG Key
```bash
npx initx gpg
```
Select `Set GPG key for git commits`
## Documentation
[initx](https://github.com/imba97/initx)
[initx](https://github.com/initx-collective/initx)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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