meigenai-io
v0.1.0
Published
Metadata and integration helper package for https://meigenai.io, focused on Meigen AI publishing and website workflows.
Readme
meigenai-io
npm metadata package for meigenai.io.
This package provides a small JavaScript entry point for projects and automation that need to reference the Meigen AI website, its content publishing path, and its public homepage. It is intentionally lightweight and focused on the meigenai.io site identity.
Installation
npm install meigenai-ioUsage
const { metadata, getSiteInfo } = require("meigenai-io");
console.log(metadata.homepage);
console.log(getSiteInfo());Site Notes
- Website: https://meigenai.io
- Local content path:
content - Next.js app path:
src/app - Source: https://github.com/youram470-art/meigenai-io-npm
License
MIT
