aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/create.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>
* Upgrade 'pnpm' to '7.27.0'; Upgrade other npm modules and fix errorsLibravatar Vijay A2023-02-13
|
* Add webview.js to some services that were generated without it. (#42)Libravatar André Oliveira2022-06-07
| | | | | This had blocked users from manually generating a `service.css` which is what the documentation recommends as self-help to override styling. Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Renamed 'master' branch to 'main'Libravatar Vijay A2022-05-03
|
* Use 'pnpm' instead of 'pnpm run'Libravatar Vijay A2022-04-23
|
* Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2)Libravatar Vijay A2022-04-18
|
* Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2)Libravatar Vijay A2022-04-17
|
* chore: remove empty 'service.css' from recipes. Remove 'README.md' from the ↵Libravatar Vijay A2021-11-01
| | | | creation script
* Use PascalCasing for generated backend API class name (#759)Libravatar Bennett2021-11-01
|
* chore: repo maintenance (#732)Libravatar Markus Hatvan2021-10-05
|
* build: migrate from npm to pnpm (#603)Libravatar Markus Hatvan2021-09-08
|
* docs: fixed template file for creating recipe.Libravatar Vijay A2021-08-27
|
* Removed references to png images since they were not being used anyways.Libravatar Vijay A2021-07-06
|
* Unpack recipes and update recipes icons (#292)Libravatar Bennett2020-09-22
| | | Co-authored-by: Amine Mouafik <amine@mouafik.fr>
* Add create scriptLibravatar vantezzen2020-05-10