Socket
Book a DemoInstallSign in
Socket

initx

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

initx

A more convenient scripting engine

0.1.3
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

initx ⚙️

initx A more convenient scripting engine

npx initx <something>

What is it?

initx can quickly execute some scripts through plug-ins to simplify complex functions

like ...

Set the git username and email address via @initx-plugin/git plugin
# before
git config --global user.name "foo"
git config --global user.email "foo@example.com"

# after
initx user foo foo@example.com
Copy SSH or GPG public key via @initx-plugin/cp plugin
# before
gpg -k # get the key id
gpg --armor --export <key-id> # export the key

# after
initx cp gpg

# before
# open ~/.ssh/id_rsa.pub or C:/Users/<username>/.ssh/id_rsa.pub and copy it

# after
initx cp ssh
Manage code projects using @initx-plugin/pm
# before
# open github, copy clone url
# use terminal cd to ~/projects, git clone <url>
# maybe more steps

# after
initx pm add ~/projects # add projects directory, only need to do it once
initx create user/repo
# or initx pm create user/repo project-name

Usage

Install it globally

npm i -g initx

Then you can ignore npx

initx <command> [options]

Use various functions by installing plugins

initx plugin add <plugin-name>

This will install the @initx-plugin/git plugin

initx plugin add git

Plugins

  • @initx-plugin/git
  • @initx-plugin/gpg
  • @initx-plugin/cp
  • @initx-plugin/pm

Use initx-plugin-starter to get started

Acknowledgement

Keywords

initx

FAQs

Package last updated on 17 Aug 2025

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.