initx A more convenient scripting engine
npx initx <something>
Git plugin for initx
npm install @initx-plugin/git -gCreate a new repository or modify the remote repository address in the current directory
npx initx git@github.com:user/repository.gitSpecify a branch name
npx initx git@github.com:user/repository.git mainSet git username and email
npx initx user mail@example.com your_name# npx initx gpg [true|false]
npx initx gpg trueSelect Enable or disable GPG signing for git commits, Set git commit signature
If true, includes setting the Git GPG Key
npx initx gpgSelect Set GPG key for git commits