Framework Info screenshot

Framework Info

Author Avatar Theme by Netlify
Updated: 10 Jan 2023
139 Stars

Framework detection utility

Categories

Overview

This is a framework detection utility that can detect which framework a specific website is using. It can identify static site generators, front-end frameworks, and build tools. It returns information about the framework’s build/dev commands, directories, and server port.

Features

  • Detects which framework a specific website is using
  • Returns the framework’s build/dev commands, directories, and server port
  • Able to detect static site generators, front-end frameworks, and build tools

Installation

To install the framework detection utility, you can use the following code snippet:

npm install framework-detection-utility

Once installed, you can require the utility in your Node.js project:

const frameworkDetection = require('framework-detection-utility');

Summary

The framework detection utility is a useful tool for identifying the framework used by a website. It can provide information about the framework’s build/dev commands, directories, and server port. This utility is capable of detecting various types of frameworks, including static site generators, front-end frameworks, and build tools. It can be easily installed and used in Node.js projects.