View Laravel Encrypted .env files directly in GitHub pull requests.
Both build commands will generate production ready code in the dist
folder
and generate a release.zip
file in the root of the project for upload.
npm run build
npm run build:firefox
npm install
npm run start
This will watch for file changes and rebuild the extension.
- Open
about://extensions
in Chromium based browser. - Check the Developer mode checkbox in the upper right.
- Click on the Load unpacked extension button.
- Select the
dist
folder.
You will need to press the "Update" button on the extension when you make changes to the code. Or you can use the Extension Reloader extension to make this easier.
npm install
npm run start:firefox
This will watch for file changes and rebuild the extension.
- Open
about:debugging#/runtime/this-firefox
in Firefox. - Click on the Load Temporary Add-on... button.
- Select the
dist
folder. - Select the
manifest.json
file.
You will need to press the "Reload" button on the extension when you make changes to the code.
Commands | Description |
---|---|
npm run clean |
remove temporary files |
npm run test |
run unit tests |
npm run test:watch |
run unit tests in watch mode |
npm run lint |
lint source code |
npm run fix |
fix lint errors |
This extension was created with Extension CLI