
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
create-mcw-app
Advanced tools
create-mcw-app is an node cli tool to create Material Component Web application from a project template.
create-mcw-app is an node cli tool to create Material Component Web application from a project template.
npm install -g create-mcw-app
create-mcw-app <arg1> <arg2>
Initializes a new mcw application by cloning a git repo. The app directory will be named what is passed to arg2.
create-mcw-app init <arg2>
Lists the npm install name for a given component.
create-mcw-app npm <comp>
// @material/<comp>
Lists the github repo link a given component.
create-mcw-app comp <comp>
// https://github.com/material-components/material-components-web/tree/master/packages/mdc-<comp>
opens the browser to the components github repo.
create-mcw-app open <comp>
Lists all the currently finished, non-deprecated Material Web Components.
create-mcw-app open <comp>
Opens either the demo repo page, the hosted set of demos or the individual package demo pages.
create-mcw-app demos <arg2>
arg2 is one of hosted
, repo
or a comp
name.
hosted
- opens the hosted page of demosrepo
- opens the repo page for the demoscomp
- opens up that comps demo pagecreate-mwc-app is released under the MIT license.
FAQs
create-mcw-app is an node cli tool to create Material Component Web application from a project template.
We found that create-mcw-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.