New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

generator-web-modules

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-web-modules

A Yeoman Generator for creating websites with TypeScript, Sass and ES6 modules

latest
Source
npmnpm
Version
2.0.1
Version published
Maintainers
0
Created
Source

generator-web-modules

No Maintenance Intended

NPM version

A Yeoman Generator for creating websites with TypeScript, Sass, ESLint, Web Components and JavaScript Modules

Installation

First, install Yeoman and generator-web-modules using npm (we assume you have pre-installed node.js).

npm install -g yo generator-web-modules

Then generate your new project:

mkdir my-project
cd my-project
yo web-modules

See my-project/README.md for information on working with your new project.

You can add a new web component any time with the subgenerator. A preceeding path is optional. Element will be appended to the name given so don't include that yourself.

yo web-modules:element [optional/path/to/]todo-panel

License

ISC © Gary Bortosky

Keywords

yeoman-generator

FAQs

Package last updated on 29 Jul 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