Socket
Socket
Sign inDemoInstall

nextjsify

Package Overview
Dependencies
53
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nextjsify

Nextjsify assists in the conversion of a React app to NextJs following Vercel recommendations with a primary focus on classNames and css files.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Nextjsify

The purpose of this package is to assist in the conversion of a React app to NextJs following Vercel recommendations.

One of tasks in this process is the conversion of css files arbitrarilly imported from React components to css Modules.

This package automates this process converting css files to css modules and adjusting classNames accordingly.

Usage example

For instance, a developer willing to convert a React application created with CreateReactApp can run Nextjsify to reach closer to full NextJs conversion by running the following command in its terminal:

npx nextjsify -e "[\"src/App.css\"]"

where the -e argument instructs Nextjsify to start the conversion ignoring the global App.css file.

FAQs

Last updated on 11 Nov 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc