Skip to content

Arjan-Zuidema/with-package-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

next-package-check

NextJS plugin to check for outdated packages while starting up. Faster than npm outdated and also notifies about linked packages.

Usage

File: next.config.js

  const { withPackageCheck } = require('next-package-check')

  const nextConfig = withPackageCheck({
    "your next config": "here",
  })

  module.exports = nextConfig

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published