An open API service indexing awesome lists of open source software.

https://github.com/joaopalmeiro/joaopalmeiro


https://github.com/joaopalmeiro/joaopalmeiro

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Projects

### Backups

- [movies-backup](https://github.com/joaopalmeiro/movies-backup): Backup files for my watched movies.
- [podcasts-backup](https://github.com/joaopalmeiro/podcasts-backup): Backup scripts and files for my listened podcasts.

### CLIs

- [cblone](https://codeberg.org/joaopalmeiro/cblone): A CLI to back up all your Codeberg repositories.
- [fontmat](https://gitlab.com/joaommpalmeiro/fontmat): A CLI to check font metadata.
- [glone](https://github.com/joaopalmeiro/glone): A CLI to back up all your GitHub repositories.
- [lablone](https://gitlab.com/joaommpalmeiro/lablone): A CLI to back up all your GitLab repositories.

### Copy and Paste

- [map-links](https://gitlab.com/joaommpalmeiro/map-links): List of web mapping platform URLs for certain places.
- [svg-favicons](https://codeberg.org/joaopalmeiro/svg-favicons): SVG favicons to use in different projects.
- [tailwind-recipes](https://gitlab.com/joaommpalmeiro/tailwind-recipes): HTML and Tailwind CSS snippets adapted from various sources to bootstrap new components.

### Data

- [election-debate-schedules](https://gitlab.com/joaommpalmeiro/election-debate-schedules): JSON and iCalendar files for Portuguese election debate schedules.
- [instagram-hashtags-photography](https://codeberg.org/joaopalmeiro/instagram-hashtags-photography): A dataset of photography-related hashtags to use on Instagram.
- [pdm-versions](https://codeberg.org/joaopalmeiro/pdm-versions): List of PDM, lock file, and Python versions.
- [pt-parties-metadata](https://gitlab.com/joaommpalmeiro/pt-parties-metadata): Metadata about Portuguese political parties to reuse in different projects.

### Design

- [figma-tokens](https://codeberg.org/joaopalmeiro/figma-tokens): Token files for defining styles in Figma via Tokens Studio for Figma.

### Experiments

- [clean-envs-bun](https://gitlab.com/joaommpalmeiro/clean-envs-bun): Delete conda and Pipenv virtual environments via Bun Shell.
- [try-eslint-plugin-comment-length](https://gitlab.com/joaommpalmeiro/try-eslint-plugin-comment-length): Try eslint-plugin-comment-length and Rewrap to format CSS and JavaScript comments.

### Notes

- [snippets](https://github.com/joaopalmeiro/snippets): A collection of ready-to-test code snippets for different technologies.
- [til](https://gitlab.com/joaommpalmeiro/til): Today I Learned (TIL).

### Packages

#### CSS

- [customss](https://gitlab.com/joaommpalmeiro/customss): Design tokens from different projects as CSS variables.
- [resetss](https://gitlab.com/joaommpalmeiro/resetss): Different CSS resets ready to be used.

#### JavaScript

- [constantes](https://gitlab.com/joaommpalmeiro/constantes): Reusable constants for different projects.

#### JSON

- [jupyterlab-icons](https://codeberg.org/joaopalmeiro/jupyterlab-icons): JupyterLab icons for reference and reuse.
- [tokenss](https://gitlab.com/joaommpalmeiro/tokenss): Design tokens from different projects as Design Tokens Community Group's JSON (DTCG format).

#### Python

- [gaveta](https://gitlab.com/joaommpalmeiro/gaveta): Vanilla utility functions for different projects.

#### Shareable Configs

- [@joaopalmeiro/biome-config](https://codeberg.org/joaopalmeiro/biome-config): My personal Biome config.
- [@joaopalmeiro/biome-react-config](https://gitlab.com/joaommpalmeiro/biome-react-config): My personal Biome config for React projects.
- [@joaopalmeiro/biome-react-vike-config](https://gitlab.com/joaommpalmeiro/biome-react-vike-config): My personal Biome config for React + Vike projects.
- [@joaopalmeiro/biome-solid-config](https://codeberg.org/joaopalmeiro/biome-solid-config): My personal Biome config for Solid/SolidStart projects.
- [@joaopalmeiro/prettier-astro-config](https://gitlab.com/joaommpalmeiro/prettier-astro-config): My personal Prettier config for Astro projects.
- [@joaopalmeiro/prettier-config](https://github.com/joaopalmeiro/prettier-config): My personal Prettier config.
- [@joaopalmeiro/prettier-vue-config](https://github.com/joaopalmeiro/prettier-vue-config): My personal Prettier config for Vue/Nuxt projects.
- [create-vue-tsconfigs](https://github.com/joaopalmeiro/create-vue-tsconfigs): TSConfig files for projects created with create-vue.
- [misc-tsconfigs](https://codeberg.org/joaopalmeiro/misc-tsconfigs): TSConfig files from different projects to reuse in new projects.
- [npm-package-json-lint-config-package](https://github.com/joaopalmeiro/npm-package-json-lint-config-package): Shareable npm-package-json-lint configuration for packages.
- [solidjs-templates-tsconfigs](https://github.com/joaopalmeiro/solidjs-templates-tsconfigs): TSConfig files for projects created from the solidjs/templates and solidjs/solid-start repos.
- [vike-tsconfigs](https://gitlab.com/joaommpalmeiro/vike-tsconfigs): TSConfig files for projects created with create-vike and Bâti.

### Setups

- [dotfiles](https://github.com/joaopalmeiro/dotfiles): A collection of dotfiles and related personal notes.
- [try-jupyterlab-extension-template](https://gitlab.com/joaommpalmeiro/try-jupyterlab-extension-template): Environment to test the official JupyterLab extension template.

### Templates

#### CLIs

- [template-python-cli](https://github.com/joaopalmeiro/template-python-cli): Opinionated Python template for new CLIs.

#### Frontend

- [template-astro](https://github.com/joaopalmeiro/template-astro): Opinionated Astro template for new projects.
- [template-lume-tailwind](https://github.com/joaopalmeiro/template-lume-tailwind): Opinionated Lume + Tailwind CSS template for new projects.
- [template-qwik-city-static](https://github.com/joaopalmeiro/template-qwik-city-static): Opinionated Qwik City + SSG template for new projects.
- [template-react-vike-static](https://gitlab.com/joaommpalmeiro/template-react-vike-static): Opinionated React + Vike + SSG template for new projects.
- [template-react-vite](https://gitlab.com/joaommpalmeiro/template-react-vite): Opinionated React + Vite template for new projects.
- [template-react-vite-tailwind](https://gitlab.com/joaommpalmeiro/template-react-vite-tailwind): Opinionated React + Vite + Tailwind CSS template for new projects.
- [template-vue](https://github.com/joaopalmeiro/template-vue): Opinionated Vue template for new projects.

#### Notebooks

- [template-python-miniconda-notebook](https://github.com/joaopalmeiro/template-python-miniconda-notebook): Opinionated Python + Miniconda template for new notebooks.
- [template-python-uv-notebook](https://github.com/joaopalmeiro/template-python-uv-notebook): Opinionated Python + uv template for new notebooks.

#### Packages

- [template-python-package](https://github.com/joaopalmeiro/template-python-package): Opinionated Python template for new packages.
- [template-qwik-package](https://github.com/joaopalmeiro/template-qwik-package): Opinionated Qwik template for new component packages.
- [template-ts-package](https://github.com/joaopalmeiro/template-ts-package): Opinionated TypeScript template for new packages.

#### Scripts

- [template-figma-plugin-script](https://codeberg.org/joaopalmeiro/template-figma-plugin-script): Opinionated template for new Figma plugins without UI.
- [template-python-script](https://github.com/joaopalmeiro/template-python-script): Opinionated Python template for new scripts.
- [template-python-uv-script](https://github.com/joaopalmeiro/template-python-uv-script): Opinionated Python + uv template for new scripts.
- [template-python-venv-script](https://github.com/joaopalmeiro/template-python-venv-script): Opinionated Python + venv template for new scripts.
- [template-ts-jiti-script](https://github.com/joaopalmeiro/template-ts-jiti-script): Opinionated TypeScript + jiti template for new scripts.
- [template-ts-tsx-script](https://github.com/joaopalmeiro/template-ts-tsx-script): Opinionated TypeScript + tsx template for new scripts.