Skip to content

Gatsby source plugin for retrieving NPM Packages by a specific Author

Notifications You must be signed in to change notification settings

slarsendisney/gatsby-source-npm-author-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

gatsby-source-npm-author-packages

Gatsby source plugin for retrieving NPM Packages by a specific Author

This plugin utilises "libnpmsearch" to find packages on NPM created by a paticular author.

Install

npm i gatsby-source-npm-author-packages

Configure

In gatsby-config.js:

    {
      resolve: `gatsby-source-gatsby-source-npm-author-packages`,
      options: {
        author: `npm-author-username`,
      }
    },

Usage

  allNpmPackage {
    nodes {
      version
      name
      links {
        bugs
        homepage
        npm
        repository
      }
      keywords
      description
    }
  }

License

MIT

About

Gatsby source plugin for retrieving NPM Packages by a specific Author

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages