rhelmer / boilerplate-experiment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a boilerplate extension for experiments. It is not designed to work out of the box. It is designed to be:

  • something you can clone from this repository
  • alter some key values
  • create a simple experiment that you can use elsewhere

To use (on Linux or OS X):

curl -L https://github.com/web-ext-experiments/boilerplate-experiment/archive/master.tar.gz | tar zxf -

This will download this repository without the git configuration so that you can use your own source control tool as needed.

Next steps, the order is not important:

  • api.js is where the code for your API is added.
  • schema.json describes how methods are going to be used.
  • install.rdf is the registration of your experiment. The only thing you really need to change here is the id.
  • LICENSE choose a license of your liking.
  • README.md describe your API and tell us how to use it.

To do:

  • testing

About

License:Other


Languages

Language:JavaScript 100.0%