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

initx

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

initx

More convenient initialization engine

  • 0.0.12
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
decreased by-70%
Maintainers
0
Weekly downloads
 
Created
Source

init 🛠

initx More convenient initialization engine

npx initx <something>

Git

npm install @initx-plugin/git -g

Git Repository

Create a new repository or modify the remote repository address in the current directory

npx initx git@github.com:user/repository.git

Git Branch

Specify a branch name

npx initx git@github.com:user/repository.git main

Git User

Set git username and email

npx initx user mail@example.com your_name

Git GPG

Select Enable or disable GPG signing for git commits, Set git commit signature

# npx initx gpg [true|false]
npx initx gpg true

GPG

npm install @initx-plugin/gpg -g

Select GPG key management

GPG import

Automatically read files ending with publich.key and private.key in the current directory

npx initx gpg import

GPG export

Export the public key and private key to the current directory

# npx initx gpg export [filename]?
npx initx gpg export home

home_public.key and home_private.key will be created in the current directory

GPG delete

Delete the public key and private key

# npx initx gpg delete [public|private]?
npx initx gpg delete

Clipboard

npm install @initx-plugin/cp -g

Copy some text to clipboard

SSH Public Key

npx initx cp ssh

Keywords

FAQs

Package last updated on 24 Oct 2024

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