
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
create-gainiq
Advanced tools
CLI tool to set up the GAIN IQ development environment with all required dependencies and configurations
CLI tool to set up the GAIN IQ development environment with all required dependencies and configurations.
✅ Automatic Dependency Management
✅ Repository Setup
✅ Developer Experience
Run directly with npx (no installation required):
npx create-gainiq@latest
Or install globally:
npm install -g create-gainiq
create-gainiq
Checks and installs dependencies:
Verifies GitHub access:
Sets up the repository:
Runs project setup:
pnpm setup:fullOpens VS Code:
Before running, make sure you have:
GitHub Access
Environment File
.env.local file with your configurationnpm run build
npm run dev
npm run build
npm link
create-gainiq
src/
├── index.ts # CLI entry point
├── commands/
│ └── setup.ts # Main setup workflow
├── checks/
│ ├── node.ts # Node.js check/install
│ ├── pnpm.ts # pnpm check/install
│ ├── turborepo.ts # Turborepo check/install
│ ├── prisma.ts # Prisma check/install
│ └── github.ts # Git and GitHub CLI check/auth
└── utils/
├── logger.ts # Colored logging
└── exec.ts # Command execution utilities
If Git is not installed, download and install it:
brew install git or download from git-scm.comsudo apt-get install git)If GitHub authentication fails:
Using GitHub CLI (recommended):
gh auth login
Follow the prompts to authenticate via web browser
Manual authentication:
SSH authentication:
If you see "Cannot access repository":
gh auth statusIf Node.js installation fails, install nvm first:
macOS/Linux:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
Windows: Download from nvm-windows
Run with sudo access when prompted:
sudo npx create-gainiq@latest
Ensure code command is in your PATH:
# Add to ~/.zshrc or ~/.bashrc
export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"
MIT
For issues or questions:
FAQs
CLI tool to set up the GAIN IQ development environment with all required dependencies and configurations
We found that create-gainiq demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.