gitmoji/packages/website/public/static/opensearchdescription.xml
Carlos Cuesta 1ccef5a5c3
🏗️ Transform project into a monorepo (#1235)
* 🏗️ Define monorepo architecture
* 🚚 Extract `gitmojis` as an isolated package
* 🚚 Extract `website` as an isolated package
* 🚚 Clean-up root package.json
*  Install `turbo`
* 🔧 Setup turborepo
* 👷 Use `turbo` in `ci` workflow
* 👷 Update `npm-publish` workflow with `turbo`
* ♻️ Migrate yarn from `classic` to `berry`
* 📝 Update contributing guide
* 🎨 Update readme
* 📝 Add readme file for `gitmojis` package
* 🚚 Move `public` folder to `website` package
2022-12-22 20:51:15 +01:00

11 lines
654 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>Gitmoji</ShortName>
<Description>An emoji guide for your commit messages.</Description>
<Tags>gitmoji emoji git</Tags>
<Image height="16" width="16" type="image/png">https://gitmoji.dev/static/favicon-16x16.png</Image>
<Image height="32" width="32" type="image/png">https://gitmoji.dev/static/favicon-32x32.png</Image>
<Image height="96" width="96" type="image/png">https://gitmoji.dev/static/favicon-96x96.png</Image>
<Url type="text/html" template="https://gitmoji.dev/?search={searchTerms}"/>
</OpenSearchDescription>