Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/rpl/create-webextension

create a new WebExtension with only one command
https://github.com/rpl/create-webextension

Last synced: 2 months ago
JSON representation

create a new WebExtension with only one command

Lists

README

        

# create-webextension

This npm package provides a CLI utility to create a new simple (and mostly blank) WebExtension
with only one command.

You can use it by installing the npm npx utility (`npx create-webextension my-webextension-project`)
or by using `yarn create` as an "always updated" shortcut:

```
yarn create webextension my-webextension-project
```

[![create-webextension in action][screenshot]][screencast]

## Contributing

`create-webextension` currently supports only a single basic WebExtension template
(which is mostly blank), but we can definitely evaluate to support some additional templates
(e.g. a template which already provides a setup which includes the webextension-polyfill,
babel, unit tests, linting, webpack/browserify configurations etc.).

**Pull Requests are welcome ;-)**

[screenshot]: https://raw.githubusercontent.com/rpl/create-webextension/master/assets/screenshot.png
[screencast]: https://youtu.be/jfGqhvOCpj8