next-rss
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

next-rss

next-rss is an RSS generation library for next.js apps.

installation

npm install next-rss

usage

Create the next-rss.js file in your project's root directory.

module.exports = {
    siteTitle: 'example web site',
    siteDescription: 'example web site rss feed',
    siteLanguage: 'en',
    siteCopyright: '©Tadashi Yamazaki',
    siteUrl: 'http://example.com',
    outDir: 'public',
    postsDir: 'posts',
}

Then run this command.

npx next-rss

/next-rss/

    Package Sidebar

    Install

    npm i next-rss

    Weekly Downloads

    10

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    29.1 kB

    Total Files

    28

    Last publish

    Collaborators

    • tymz1012