Skip to content

Releases: kachkaev/njt

cli v4.0.1

12 Feb 00:49
d82c9e1

Choose a tag to compare

👀 https://www.npmjs.com/package/njt/v/4.0.1

Bug fixes

  • Improve CLI output when no args are passed, correctly set Node version in package.json (6a5788c)

cli v4.0.0

12 Feb 00:37
000f3ce

Choose a tag to compare

👀 https://www.npmjs.com/package/njt/v/4.0.0

What's new

  • New destination x — package page on npmx.dev (#1133).
  • Fix — Commander.js v14+ compatibility: CLI again accepts <package> [destination] (e9ae210).

Other changes (CLI)

  • ⚠️ Breaking: Node.js — Dropped support for Node 16 and 18; Node 20+ is now required.
  • Commander ^14 (#945, #1135), open v10/v11 (#548, #1068).
  • Yarn → pnpm (#438).
  • ESLint rule tweaks (8679ec9, 0a0a805).

Install

npm install --global njt

Then run e.g. njt <package> [destination] (e.g. njt react, njt react s for source).

cli v3.0.0

15 Jul 11:45
650730a

Choose a tag to compare

👀 https://www.npmjs.com/package/njt/v/3.0.0

  • Update dependencies (#365, #278)
    • [breaking] Drop Node 14 support

cli v2.0.0

08 Nov 09:19
0a2d7b3

Choose a tag to compare

👀 https://www.npmjs.com/package/njt/v/2.0.0

  • Make CLI ESM-only (#171)
    • Unlock usage of chalk@5 and other pure ESM packages
    • [breaking] Drop Node 12 support

cli v2.0.0-canary.0

15 Oct 11:41
e380bd4

Choose a tag to compare

cli v2.0.0-canary.0 Pre-release
Pre-release

👀 https://www.npmjs.com/package/njt/v/2.0.0-canary.0

  • Make CLI ESM-only (#171)
    • Unlock usage of chalk@5 and other pure ESM packages
    • [breaking] Drop Node 12 support

cli v1.0.0

12 Apr 22:14
53608eb

Choose a tag to compare

👀 https://www.npmjs.com/package/njt/v/1.0.0

  • Replace now.sh with vercel.com in links (7905405)
  • Upgrade commander version and package.json keywords (b714e19)
  • Mark as stable due no breaking changes over the last several months 🎉