xpress-auth
v1.0.1
Published
A CLI tool to quickly scaffold authentication-enabled projects with modern best practices.
Readme
Create Auth App
A CLI tool to quickly scaffold authentication-enabled projects with modern best practices.
How to use this cli
xpress-auth create <filename>After creation, you can start developing:
cd my-project
# Setup .env file
# Import postman file from my-project/postman to postmand for api testing
pnpm devFeatures
- Quick project setup for authentication(OAuth Included) with postman Export file.
- Modern TypeScript setup
Installation
npm install -g xpress-authAuthor
Sandip Shrestha
