Skip to content
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.

Latest commit

 

History

History
53 lines (38 loc) · 1.35 KB

CONTRIBUTING.md

File metadata and controls

53 lines (38 loc) · 1.35 KB

Contributing

There are two ways to submit your elements to this list. Both require you to have a GitHub repository, so make sure you write a good repository name and description for better discoverability.

Using Bower

  1. Make sure your bower.json file contains an array of keywords which includes web-components.

    {
        "name": "sample",
        "version": "0.0.0",
        "description": "Lorem ipsum dolor sit amet",
        "keywords": [
            "web-components"
        ]
    }
  2. Register your package using CLI.

$ bower register ```

  1. Wait for it to show up! Shouldn't take longer than an hour.

Using npm

  1. Make sure your package.json file contains an array of keywords which includes web-components.

    {
        "name": "sample",
        "version": "0.0.0",
        "description": "Lorem ipsum dolor sit amet",
        "keywords": [
            "web-components"
        ]
    }
  2. Register your package using CLI.

$ npm publish ```

  1. Wait for it to show up! Shouldn't take longer than an hour.

Manual Submission

Fork this project and include your repository info in the data/repos.json file.