mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
* 🏗️ 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
11 lines
654 B
XML
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>
|