stop-ecriture-inclusive
Une extension disponible sur Firefox et Chrome pour corriger l’écriture inclusive d’une page web en temps réel.
Français
Détails techniques
Insaller les dépendances
npm installConstruire l’extension avec Webpack Les fichiers pour Firefox seront dans /dist/firefox Les fichiers pour Chrome seront dans /dist/chrome
npm run buildPackager l’extension dans le but de la distribuer ou de la publier pour FIREFOX Le package zip sera dans /builds/web-ext-artifacts/
npm run package-firefoxPackager l’extension dans le but de la distribuer ou de la publier pour CHROME Le package zip sera dans /builds/
npm run package-chromeConstruire l’extension dans le but de la tester localement avec le live reload :
npm run watchSur Firefox, vous pouvez tester l’application en lançant la commande suivante depuis le dossier /dist/firefox
Plus d’informations sur https://extensionworkshop.com/documentation/develop/web-ext-command-reference/
web-ext run --verboseNettoyer le dossier dist :
npm run clean-distEnglish
Technical Details
Install dependencies
npm installBuild the extension with Webpack Files for Firefox will be in /dist/firefox Files for Chrome will be in /dist/chrome
npm run buildPackage the extension in order to publish and/or distribute for FIREFOX The zip package will be located in /builds/web-ext-artifacts/
npm run package-firefoxPackage the extension in order to publish and/or distribute for CHROME The zip package will be located in /builds/
npm run package-chromeBuild the extension to test it locally with live reload:
npm run watchOn Firefox, you can test the application using the following command from the folder /dist/firefox
More infos at https://extensionworkshop.com/documentation/develop/web-ext-command-reference/
web-ext run --verboseClean the dist folder :
npm run clean-distPersonal projects
View all- Loading