Socket
Book a DemoInstallSign in
Socket

create-mcw-app

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-mcw-app

create-mcw-app is an node cli tool to create Material Component Web application from a project template.

latest
Source
npmnpm
Version
0.1.9
Version published
Maintainers
1
Created
Source

create-mcw-app

create-mcw-app is an node cli tool to create Material Component Web application from a project template.

Installation

npm install -g create-mcw-app

Usage

create-mcw-app <arg1> <arg2>

Valid First Argument

  • init
  • npm
  • list
  • open
  • comp
  • demos

init

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>

npm

Lists the npm install name for a given component.

create-mcw-app npm <comp>
// @material/<comp>

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>

open

opens the browser to the components github repo.

create-mcw-app open <comp>

list

Lists all the currently finished, non-deprecated Material Web Components.

create-mcw-app open <comp>

demos

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 demos
  • repo - opens the repo page for the demos
  • comp - opens up that comps demo page

Valid Components

  • animation
  • auto-init
  • base
  • button
  • card
  • checkbox
  • chips
  • dialog
  • drawer
  • elevation
  • fab
  • floating-label
  • form-field
  • icon-button
  • image-list
  • layout-grid
  • line-ripple
  • linear-progress
  • list
  • menu
  • notched-outline
  • radio
  • ripple
  • rtl
  • select
  • selection-control
  • shape
  • slider
  • snackbar
  • switch
  • tab-indicator
  • tab-scroller
  • tab
  • tab-bar
  • theme
  • top-app-bar
  • typography

License

create-mwc-app is released under the MIT license.

Keywords

MCW

FAQs

Package last updated on 26 Dec 2021

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