initx
A more convenient scripting engine
npx initx <something>
Git plugin for initx
npm install @initx-plugin/git -g
Create a new repository or modify the remote repository address in the current directory
npx initx [email protected]:user/repository.git
Specify a branch name
npx initx [email protected]:user/repository.git main
Set git username and email
npx initx user [email protected] your_name
# 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
npx initx gpg
Select Set GPG key for git commits