is-gatsby-cli
v1.1.0
Published
Check whether a site is built using Gatsby from your CLI
Downloads
5
Readme
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