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: about 14 hours ago
JSON representation
create a new WebExtension with only one command
- Host: GitHub
- URL: https://github.com/rpl/create-webextension
- Owner: rpl
- License: mpl-2.0
- Created: 2017-05-26T12:56:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-15T06:42:29.000Z (almost 6 years ago)
- Last Synced: 2024-10-31T23:51:39.131Z (8 days ago)
- Language: JavaScript
- Size: 815 KB
- Stars: 24
- Watchers: 3
- Forks: 6
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-WebExtensions - create-webextension - Yarn WebExtension generator. (Boilerplates)
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