Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-material-tailwind

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-material-tailwind

CLI for creating @material-tailwind project.

  • 0.1.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
47
increased by2.17%
Maintainers
1
Weekly downloads
 
Created
Source

create-material-tailwind

Scaffolding Your First Material Tailwind Project

Compatibility Note: Material Tailwind requires Node.js version 14.18+, 16+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.

With NPM:

$ npm create material-tailwind

With Yarn:

$ yarn create material-tailwind

With PNPM:

$ pnpm create material-tailwind

Then follow the prompts!

You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Material Tailwind project for Next.js, run:

# npm
npm create material-tailwind my-material-tailwind-app --template next

# yarn
yarn create material-tailwind my-material-tailwind-app --template next


# pnpm
pnpm create material-tailwind my-material-tailwind-app --template next

Currently supported template presets include:

  • cra
  • cra-ts
  • next
  • next-ts
  • remix
  • remix-ts
  • vite
  • vite-ts

You can use . for the project name to scaffold in the current directory.

Keywords

FAQs

Package last updated on 01 Jan 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc