generator-web-modules

2.0.0 • Public • Published

generator-web-modules

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

Package Sidebar

Install

npm i generator-web-modules

Weekly Downloads

21

Version

2.0.0

License

ISC

Unpacked Size

48.5 kB

Total Files

32

Last publish

Collaborators

  • garyb432