Comparing version 1.0.11 to 1.0.12
{ | ||
"name": "next-list", | ||
"version": "1.0.11", | ||
"description": "A package to render tables in CLI", | ||
"version": "1.0.12", | ||
"description": "A package to render tables in CLI for Next.js routes visualization.", | ||
"main": "index.js", | ||
@@ -10,3 +10,4 @@ "bin": { | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "node index.js" | ||
}, | ||
@@ -18,7 +19,20 @@ "repository": { | ||
"keywords": [ | ||
"next.js", | ||
"next", | ||
"nextjs", | ||
"routes", | ||
"cli", | ||
"table", | ||
"render" | ||
"tool", | ||
"visualization", | ||
"debugging", | ||
"api", | ||
"pages", | ||
"route visualization", | ||
"development tools" | ||
], | ||
"author": "Pablo Lizardo", | ||
"author": { | ||
"name": "Pablo Lizardo", | ||
"email": "info@pablolizardo.dev", | ||
"url": "https://www.pablolizardo.dev" | ||
}, | ||
"license": "ISC", | ||
@@ -28,3 +42,10 @@ "dependencies": { | ||
"cli-table3": "^0.6.0" | ||
} | ||
}, | ||
"engines": { | ||
"node": ">=14.0.0" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/pablolizardo/next-list/issues" | ||
}, | ||
"homepage": "https://github.com/pablolizardo/next-list#readme" | ||
} |
# next-list for Next.js 🗺️ | ||
![npm](https://img.shields.io/npm/v/next-list) | ||
![License](https://img.shields.io/npm/l/next-list) | ||
A command-line utility to explore and visualize all routes in your Next.js application, including both pages and API routes. This tool aims to simplify debugging when working in the Next.js app directory and to provide clear insights into which routes are being rendered, both for pages and API routes. Inspired by the `php artisan route:list` command. | ||
@@ -39,6 +42,4 @@ | ||
If no argument is provided, `next-list` will list both page and API routes. You can specify `pages` to list only page routes or `api` to list only API routes. | ||
## Output Example 📄 | ||
### Output Example 📄 | ||
The utility will generate tables based on the specified argument: | ||
@@ -76,11 +77,8 @@ | ||
## Requirements 📋 | ||
## Contributing 🤝 | ||
- Node.js >= 14.x | ||
- Next.js project using the App Router | ||
Contributions are welcome! If you have suggestions or improvements, please fork the repository and submit a pull request. For major changes, please open an issue first to discuss what you would like to change. | ||
## Contributing 🤝 | ||
Please make sure to update tests as appropriate. | ||
Contributions are welcome! Please feel free to submit a Pull Request. | ||
## License 📄 | ||
@@ -87,0 +85,0 @@ |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
7860
0
1
90