
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
create-eleva-app
Advanced tools
Set up a modern Eleva.js app by running one command.
Create Eleva App is an officially supported way to create Eleva.js applications. It offers a smooth development experience by providing a professional project structure, development server, modern Vite-based build system, and more.
# Using npx (recommended)
npx create-eleva-app my-app
# Using npm
npm init eleva-app my-app
# Using yarn
yarn create eleva-app my-app
# Using pnpm
pnpm create eleva-app my-app
Then follow the prompts to configure your project.
# Create a new project with default settings
npx create-eleva-app my-app
# Skip prompts and use defaults
npx create-eleva-app my-app --yes
# Create a project with router
npx create-eleva-app my-app --router
# Create a project without router
npx create-eleva-app my-app --no-router
# Create a TypeScript project
npx create-eleva-app my-app --typescript
The generated project will have the following structure:
my-app/
├── public/ # Static assets
│ ├── favicon.ico
│ └── index.html
├── src/
│ ├── assets/ # Project assets
│ │ ├── styles/
│ │ │ └── main.css
│ │ └── images/
│ │ └── logo.svg
│ ├── components/ # Reusable components
│ │ ├── App.js
│ │ └── HelloWorld.js
│ ├── routes/ # Router-specific files (if enabled)
│ │ ├── Home.js
│ │ ├── About.js
│ │ └── NotFound.js
│ ├── routes.js # Route definitions (if router enabled)
│ └── main.js # Application entry point
├── .gitignore
├── package.json
├── README.md
└── vite.config.js
Create Eleva App is open-source software licensed under the MIT license.
FAQs
Create Eleva apps with zero configuration
The npm package create-eleva-app receives a total of 15 weekly downloads. As such, create-eleva-app popularity was classified as not popular.
We found that create-eleva-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.