Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
create-toolpad-app
Advanced tools
The simplest method to start with Toolpad is by using create-toolpad-app
.
This CLI tool enables you to quickly start building a new Toolpad Core application, with everything already set up. You can use the --studio
flag if you want to bootstrap a Toolpad Studio project.
You can create a new project interactively by running:
npx create-toolpad-app@latest
# or
yarn create toolpad-app
# or
pnpm create toolpad-app
You then need to provide the name of your project:
✔ Enter the name of your project:
Enter the name to install the necessary types/dependencies and create a new Toolpad Core project.
v0.5.0
<!-- generated comparing v0.4.0..master -->Aug 5, 2024
A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
This is the first production-ready release of Toolpad Core! This version includes:
create-toolpad-app
CLI to bootstrap Toolpad Core projectsThe create-toolpad-app
CLI now by default bootstraps a Toolpad Core project.
Please use the --studio
flag to generate a Toolpad Studio project.
@toolpad/core
inquirer
to @inquirer/prompts
(#3843) @bharatkashyap@mui/toolpad/internals
(#3873) @JanpotAll contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @Janpot, @prakhargupta1
FAQs
Create Toolpad apps with one command
The npm package create-toolpad-app receives a total of 450 weekly downloads. As such, create-toolpad-app popularity was classified as not popular.
We found that create-toolpad-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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.