aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package.js
Commit message (Collapse)AuthorAge
* Improve lint setup (#400)Libravatar Vijay Aravamudhan2023-07-26
| | | | * Use strict configuration of node/npm/pnpm * When generating a new recipe, string replace should handle all placeholders in a single file
* chore: improve lint setup (#397)Libravatar MCMXC2023-07-26
| | | | | | | | | | | | | | | | | - update eslint config to closely mirror the ones from ferdium-app - add .eslintignore - opt in to eslint `reportUnusedDisableDirectives` config option - remove `trailingComma: all` from `prettier` config which is default in `prettier` v3 - autofix or disable a lot of lint issues throughout codebase - add `volta` configuration to `package.json` to autoload correct `node` and `pnpm` versions - upgrade all `eslint` and `prettier` related dependencies to latest - update lint:fix npm script - reformat touched files with prettier - bumped up minor version for all recipes that have changes - introduced injection of 'service.css' where it was missing in many recipes --------- Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Added 'webview.js' as a mandatory file and fixed broken recipesLibravatar Vijay A2022-11-10
|
* Refactor mandatory files needed in each recipeLibravatar Vijay A2022-11-10
|
* New jsdelivr URL for FerdiumHEADmasterLibravatar dqos2022-05-02
|
* Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2)Libravatar Vijay A2022-04-17
|
* chore: upgrade dependencies to latest (#782)Libravatar Markus Hatvan2021-12-03
| | | | | | | | | | * chore: upgrade dependencies to latest - upgrade all dependencies to latest - add --report-unused-disable-directives flag to lint script - remove unused files reported by unicorn/no-empty-file - minor cleanup of circuit recipe - remove webview.js check in package.js
* chore: add eslint-plugin-unicorn (#733)Libravatar Markus Hatvan2021-10-05
|
* chore: repo maintenance (#732)Libravatar Markus Hatvan2021-10-05
|
* Add check to ensure that generated file 'user.js' is not present in default ↵Libravatar Vijay A2021-10-04
| | | | package
* feature: allow services to delineate favorites vs non-favorites in unread countsLibravatar Vijay A2021-09-23
| | | | implements getferdi/recipes#721
* chore: added more verifications for recipe's package.jsonLibravatar Vijay A2021-09-23
|
* Added a check to verify that the folder name of the recipe matches the ↵Libravatar Vijay Aravamudhan2021-09-12
| | | | | | recipe id (#708) Use the recipe-id as master to rename internal folder names
* Recipes now have aliases!!!! (#607)Libravatar Vijay Raghavan Aravamudhan2021-08-12
| | | fixes getferdi/ferdi#1614, getferdi/ferdi#1615, getferdi/ferdi#1291
* Cleanup all recipes (#605)Libravatar Vijay Raghavan Aravamudhan2021-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | * Removed legacy properties that are no longer used: 'author' 'customURL' 'description' 'hostedOnly' 'main' 'openDevTools' 'popup' 'repository' 'serviceName' 'webviewOptions' 'wording' - Removed entries for if they were the defaults: 'hasCustomUrl' 'hasDirectMessages' 'hasIndirectMessages' 'hasNotificationSound' 'hasTeamId' 'message' Fixed incorrect 'urlInputSuffix' type. Added validations for ensuring the above do not creep back in.
* Ignore .md files from being packaged into the recipe archives (minor size gain).Libravatar Vijay A2021-07-06
|
* Removed references to png images since they were not being used anyways.Libravatar Vijay A2021-07-06
|
* Bypass hygiene check for git dirty state if running within a Docker ↵Libravatar Vijay A2021-05-25
| | | | container where the git repo is not present.
* Added check for verifying that the 'package.json' file has a versionLibravatar Vijay A2021-05-16
| | | | change if there are other changes in the same recipe.
* Unpack recipes and update recipes icons (#292)Libravatar Bennett2020-09-22
| | | Co-authored-by: Amine Mouafik <amine@mouafik.fr>
* Switch from yarn to npmLibravatar vantezzen2020-04-16
|
* Improve recipe packaging scriptLibravatar vantezzen2020-04-15
| | | | | | | This commit will improve the usability of the packaging script, especially for beginners. It will output better error messages if there are any problems with the recipe. It will also add more tests to improve detecting those problems. This way, more problems can be detected before even needing to create a PR.
* Add sorting package list alphabeticallyLibravatar vantezzen2020-03-27
|
* Move archives into seperate sub-folderLibravatar vantezzen2020-03-23
|
* Ignore DS_Store files in scriptsLibravatar vantezzen2020-03-08
|
* Add github scriptLibravatar vantezzen2020-01-14
|
* Add packaging scriptLibravatar vantezzen2019-09-28