Socket
Socket
Sign inDemoInstall

create-toolpad-app

Package Overview
Dependencies
112
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-toolpad-app

Create Toolpad apps with one command


Version published
Weekly downloads
113
decreased by-9.6%
Maintainers
3
Install size
20.5 MB
Created
Weekly downloads
 

Changelog

Source

v0.1.54

<!-- generated comparing v0.1.53..master -->

Apr 12, 2024

A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:

Adds groupable and aggregable columns for the Premium data grid, a faster editor for Toolpad Studio, and introduces Toolpad Core under --core on the CLI! Plus a new custom components example, multiple documentation updates and bug fixes.

  • <!-- 31 -->Update renovate.json @Janpot
  • <!-- 30 -->Update renovate.json @Janpot
  • <!-- 29 -->Add RFC to readme (#3353) @prakhargupta1
  • <!-- 28 -->Move TreeView icons into the theme (#3337) @Janpot
  • <!-- 27 -->Lock file maintenance (#3351) @renovate[bot]
  • <!-- 26 -->Fix screenshot flakeyness (#3341) @Janpot
  • <!-- 25 -->Add rename, duplicate and delete for Page Hierarchy (#3336) @asif-choudhari
  • <!-- 24 -->Upgrade vite (#3340) @Janpot
  • <!-- 23 -->Add custom component example (#3329) @Janpot
  • <!-- 22 -->Fix dedupe check (#3330) @Janpot
  • <!-- 21 -->Fix crash when components folder contains a tsconfig (#3327) @Janpot
  • <!-- 20 -->Allow OPTIONS method in HTTP queries (#3308) @Janpot
  • <!-- 19 -->Remove fallback modules (#3326) @Janpot
  • <!-- 18 -->Update Node.js in circleci (#3324) @Janpot
  • <!-- 17 -->Update renovate.json @Janpot
  • <!-- 16 -->Update renovate.json @Janpot
  • <!-- 15 -->Fix typo : use npm instead of pnpm in instruction (#3323) @HazzazBinFaiz
  • <!-- 14 -->[cli] Introduce --core (#3304) @bharatkashyap
  • <!-- 13 -->[code-infra] Use @mui/docs from npm (#3301) @michaldudak
  • <!-- 12 -->[code-infra] Fix prettier in scripts (#3382) @Janpot
  • <!-- 11 -->[core] Move Monaco setup outside of the library (#3206) @Janpot
  • <!-- 10 -->[core] Make inline canvas the default (#3370) @Janpot
  • <!-- 09 -->[core] Remove deprecated usage of LicenseInfo (#3372) @Janpot
  • <!-- 08 -->[core] Continue rename of Toolpad @oliviertassinari
  • <!-- 07 -->[DataGrid] Add support for groupable and aggregable columns (#3369) @Janpot
  • <!-- 06 -->[docs] Improve the writing on the "why Toolpad" doc (#3377) @Janpot
  • <!-- 05 -->[docs] Update delete-grid-row.md (#3354) @prakhargupta1
  • <!-- 04 -->[docs] remove redirect to component reference (#3356) @Janpot
  • <!-- 03 -->[examples] Premium grid example (#3360) @Janpot
  • <!-- 02 -->[queries] Remove locally hosted demo data (#3374) @Janpot
  • <!-- 01 -->[ui] Add a chip to indicate pro features (#3358) @bharatkashyap

All contributors of this release in alphabetical order: @asif-choudhari, @bharatkashyap, @HazzazBinFaiz, @Janpot, @michaldudak, @oliviertassinari, @prakhargupta1, @renovate[bot]

Readme

Source

Create Toolpad App

The simplest method to start with Toolpad Studio is by using create-toolpad-app. This CLI tool enables you to quickly start building a new Toolpad Studio application, with everything already set up.

Interactive

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 Studio project.

Keywords

FAQs

Last updated on 12 Apr 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc