opral / inlang-paraglide-js

Tree-shakable i18n library build on the inlang ecosystem.
https://inlang.com/m/gerre34r/library-inlang-paraglideJs
42 stars 0 forks source link

NextJS Adapter init CLI #8

Closed linear[bot] closed 5 months ago

linear[bot] commented 6 months ago

Eg:

npx @inlang/paraglide-next init

This should:

Since this will re-use a lot of the logic from the regular paraglide-js init cli it makes sense to somehow expose that & reuse it in the adapter init.

Development Status

✅ Initialize ParaglideJS ✅ Add the Plugin to the next.config.js file ✅ Create the lib/i18n.ts file ✅ Add the middleware.ts file ✅ Add the dependencies to package.json
✅ Add the LanguageProvider component to app/layout.tsx
✅ Update Documentation
🚧 e2e tests

linear[bot] commented 6 months ago

PARJS-20 Getting Started CLI for all adapters