jwtmoshiur 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jwtmoshiur",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "JWT auto-setup package with token generation and verification",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/readme.md CHANGED
@@ -23,6 +23,10 @@ A lightweight, zero-configuration npm package that automatically sets up JWT aut
23
23
  ```bash
24
24
  npm install jwtmoshiur
25
25
  ```
26
+ # After running npm install jwtmoshiur then just run below command and boom 💥
27
+ ```bash
28
+ npx jwtmoshiur
29
+ ```
26
30
 
27
31
  That's it! The package automatically:
28
32
  - ✅ Creates a `.env` file with secure JWT configuration