astro-crank

0.2.0 • Public • Published

Astro Crank

An integration for Crank in Astro

Installation

npm i astro-crank

Add the integration to astro.config.mjs.

import {defineConfig} from "astro/config";
import crank from "astro-crank";

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

Package Sidebar

Install

npm i astro-crank

Weekly Downloads

5

Version

0.2.0

License

MIT

Unpacked Size

3.08 kB

Total Files

5

Last publish

Collaborators

  • brainkim