1.1.0 • Published 5 years ago

is-gatsby-cli v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

is-gatsby-cli

This is a CLI tool which tells whether a site / page is built using Gatsby. There's a browser extension that does exactly the same which can be found here - https://github.com/tsriram/is-gatsby

Usage

First, install the tool globally using npm or yarn

npm i -g is-gatsby-cli

or

yarn global add is-gatsby-cli

You can then use the tool by passing a URL to is-gatsby command, like this:

is-gatsby https://reactjs.org

TODO:

  • Handle humanized & non-humanized formats of URL