@halvaradop/auth-init
v0.0.3
Published
CLI tool to initialize a project with auth.js
Downloads
8
Maintainers
Readme
@halvaradop/auth-init
@halvaradop/auth-init is an initializer that facilitates and accelerates the setup of projects with authentication using auth.js. It supports the three main frameworks offered by auth.js:
- NextJs
- SvelteKit
- Express
It simplifies the configuration to create a basic setup for using auth.js with your favorite framework, helping you focus on incorporating custom authentication configurations provided by auth.js.
Installation
To install the initializer of authentication with Auth.js, you should install it via npm. For more information about Auth.js, you can check their documentation. The command to install the package is:
npm i -g @halvaradop/auth-init