npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

generator-polymer-init-element-scaffold

v0.10.1

Published

webcomponent element generator

Downloads

14

Readme

generator-polymer-init-element-scaffold

Available Templates

The Goal of this generator is to be your one stop shop for any type of element that you are interested in making. It focuses on best practices, setting you up with a basic test suite, documentation, demos, and github pages deployment.

Template Support Matrix

Versions | Type | Supported -----------------------|-----------|-------------------- Polymer 1.X | Component | :white_check_mark: Polymer 1.X | Style | :white_check_mark: Polymer 1.X | Behavior | :white_check_mark: Polymer 2.0 | Component | :white_check_mark: Polymer 2.0 | Style | :clock10: Polymer 2.0 | Behavior | :white_check_mark: Vanilla Web Components | Component | :wavy_dash: :thought_balloon: Vanilla Web Components | Style | :interrobang: Vanilla Web Components | Behavior | :interrobang:

These templates all have two versions - bower and internal

  • The bower version is meant to stand alone as a project and includes all of the features listed below.
  • The internal version is meant to be created within a project that already uses web components. Its can be used to create something purely presentational or as an adpater or extenstion for an existing component, It includes just the 3 main files.

Features Support

  • [x] Gulp based build system.

  • [x] Browser Sync for enjoyable development.

  • Auto generated docs

  • [x] 1.x Component

  • [x] 1.x Style Library

  • Basic travis testing support

    • [x] 1.7 Component
    • [x] 1.x Style Library
  • Extended support for Sauce labs

    • [x] 1.7 Component
    • [x] 1.x Style Library
  • Github pages deployment

    • [x] 1.7 Component
    • [x] 1.x Style Library

Usage

npm install -g yo
npm install -g polymer-cli
npm install -g generator-polymer-init-element-scaffold
  • Create folder mkdir new-ele and move cd new-ele into it.
  • Run polymer init to start it.
  • Select element-scaffold and follow the instructions

Development

  • Clone the repo

  • run npm link in the project directory.

    • this will allow you to use the project as though you've installed it globally with npm.
  • Updating on npm

    • npm version #.#.#
    • push changes and tags
    • npm publish

Development Help

Watch Polycasts Ep. 53 to learn the basics of how this was built. Yeoman docs

License

MIT