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 tool

  • 0.0.10
  • Source
  • npm
  • Socket score

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

init 🛠

initx More convenient initialization tool

npx initx <something>

Git

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

# Enable
npx initx gpg true
# Disable
npx initx gpg false

GPG

Select Import or Export GPG key

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 key_id filename
npx initx gpg export 92038B3E14C0D332542FB082B851A3E43D739400 home

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

Clipboard

Copy some text to clipboard

SSH Public Key

npx initx cp ssh

Keywords

FAQs

Package last updated on 20 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