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.8.0
<!-- generated comparing v0.7.0..master -->Oct 19, 2024
A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
menuItems
slot on the Account
component with a more exhaustive popoverContent
slotsidebarFooter
slot and a hideNavigation
prop to DashboardLayout
DashboardLayout
Account
component using new slots preview
and popoverContent
passkey
support to the SignInPage
, and an integration example to the docs@toolpad/core
auth.ts
file generation (#4237) @bharatkashyappasskey
provider support and example (#4063) @bharatkashyapsidebarFooter
slot (#4236) @apedroferreira@toolpad/studio
_app.tsx
(#4239) @bharatkashyap@toolpad/utils
(#4267) @JanpotAll contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @djedu28, @Janpot, @oliviertassinari, @prakhargupta1, @renovate[bot], @vikasgurjar
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.