0.0.6 • Published 5 years ago

web-components-angular-cli v0.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

web-components-cli

oclif Version Downloads/week License

Web Component generator for Angular 7 development. In a few steps you will have a functional web component developed in Angular 7 that you can implement in any web.

Installation

Install the package globally:

$ npm install -g web-components-angular-cli

Usage

$ webcomp new-project
<Banner and cli options here>

When you finish to answer the CLI questions, you can find your new web component in the folder where you ran the command.

Commands

webcomp help [COMMAND]

display help for webcomp

USAGE
  $ webcomp help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

webcomp new-project

Add new project based on Angular 7 and Web Components standard

USAGE
  $ webcomp new-project

OPTIONS
  -h, --help  show CLI help

See code: src\commands\new-project.ts

webcomp help [COMMAND]

display help for webcomp

USAGE
  $ webcomp help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI