Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joshuakgoldberg/astro-konamimojisplosion

Astro integration to quickly load konamimojisplosion into your site. 🎉 ✨ 🎆
https://github.com/joshuakgoldberg/astro-konamimojisplosion

astro astro-integration easter-egg emoji emojisplosion konamimojisplosion

Last synced: about 1 month ago
JSON representation

Astro integration to quickly load konamimojisplosion into your site. 🎉 ✨ 🎆

Awesome Lists containing this project

README

        

Astro Konamimojisplosion


See emoji-blast for the new repository containing emoji-blast.

Astro integration to quickly integrate konamimojisplosion into your site. 🎉 ✨ 🎆


All Contributors: 1



Contributor Covenant


License: MIT


Sponsor: On GitHub

Style: Prettier
TypeScript: Strict

See it live on joshuakgoldberg.com by entering the Konami Code! ⚡️

## Usage

First, install the `astro-konamimojisplosion` package using your package manager.
If you're using npm or aren't sure, run this in the terminal:

```shell
npm i astro-konamimojisplosion
```

Then, apply this integration to your `astro.config.*` file using the `integrations` property:

```ts
import { defineConfig } from "astro/config";
import konamimojisplosion from "astro-konamimojisplosion";

export default defineConfig({
// ...
integrations: [konamimojisplosion()],
});
```

## Development

See [`.github/CONTRIBUTING.md`](./.github/CONTRIBUTING.md), then [`.github/DEVELOPMENT.md`](./.github/DEVELOPMENT.md).
Thanks! 💖

## Contributors



Josh Goldberg
Josh Goldberg

🔧

> 💙 This package is based on [@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg)'s [template-typescript-node-package](https://github.com/JoshuaKGoldberg/template-typescript-node-package).