Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

generator-element

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-element

Yeoman generator for Web Component elements

Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
11
450%
Maintainers
2
Weekly downloads
 
Created
Source

Yeoman Generator
for Web Components
Build Status NPM version Dependency Status

WC + Yeoman

A Yeoman Generator that provides a functional boilerplate to easily create Web Component elements using Polymer.

Getting started

  • Install using NPM:

    $ [sudo] npm install -g generator-element
    
  • Scaffold your new project:

    $ yo element
    
  • Start writing your custom element!

Structure

The basic structure of the project is given in the following way.

.
├── .bowerrc
├── .editorconfig
├── .gitignore
├── bower.json
├── package.json
├── index.html
├── Gruntfile.js
└── src/my-element.html

Roadmap

  • [✔] Scaffold an element using Polymer
  • [—] Scaffold an element using X-Tag
  • [—] Scaffold an element using VanillaJS

History

For detailed changelog, see Releases.

Team

This project is maintained by these people and a bunch of awesome contributors.

Zeno Rocha | Addy Rocha --- | --- | --- | --- | --- Zeno Rocha | Addy Osmani

License

MIT License © WebComponents.org

Keywords

yeoman-generator

FAQs

Package last updated on 26 Apr 2014

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