initial draft

This commit is contained in:
Tobias Miesel
2018-10-14 13:47:59 +02:00
committed by Manuel Bouza
parent 8ff93423af
commit c163c23e7e
20 changed files with 25116 additions and 4370 deletions

26
README.md Normal file
View File

@@ -0,0 +1,26 @@
mocoapp-browser-extension
=========================
Documentation
-------------
* https://checklyhq.com/blog/2018/08/creating-a-chrome-extension-in-2018-the-good-the-bad-and-the-meh/
* https://developer.chrome.com/extensions
* https://developer.chrome.com/extensions/api_index
Development
-----------
* run `yarn`
* run `yarn webpack --watch`
* load unpacked extension in Chrome (ignore node_modules errors)
* reload Chrome extension after change
Release
-------
* bump version in `manifest.json`
* bump version in `package.json`
* run `yarn release`
* zip contents in `/release`
* upload Chrome extension