create-node-structure
Advanced tools
Sorry, the diff of this file is not supported yet
+32
-25
| { | ||
| "name": "create-node-structure", | ||
| "version": "3.3.5", | ||
| "version": "3.3.6", | ||
| "description": "A tool to generate folder structure for Node.js projects", | ||
@@ -16,2 +15,3 @@ "main": "index.js", | ||
| "dependencies": { | ||
| "badge-maker": "^4.0.0", | ||
| "chalk": "^5.3.0", | ||
@@ -23,25 +23,32 @@ "commander": "^12.1.0", | ||
| }, | ||
| "keywords":[ | ||
| "Node.js project setup", | ||
| "Node.js folder structure", | ||
| "Node.js project generator", | ||
| "Node.js boilerplate", | ||
| "Node.js starter kit", | ||
| "automate Node.js setup", | ||
| "Node.js configuration", | ||
| "interactive Node.js setup", | ||
| "Node.js project template", | ||
| "express project setup", | ||
| "mongoose setup", | ||
| "JWT middleware Node.js", | ||
| "Node.js quick start", | ||
| "Node.js best practices", | ||
| "Node.js development tools", | ||
| "generate Node.js app structure", | ||
| "Node.js folder organization", | ||
| "custom Node.js structure", | ||
| "Node.js project configuration", | ||
| "Node.js scaffolding tool" | ||
| ] | ||
| "keywords": [ | ||
| "Node js project structure", | ||
| "Node js project structure github", | ||
| "Node js project structure best practices github", | ||
| "Node js project structure for rest api", | ||
| "Node js project structure generator", | ||
| "Node js file structure", | ||
| "Node js directory structure", | ||
| "Node express project structure", | ||
| "Node js application structure", | ||
| "Node js project architecture github", | ||
| "mongoose setup", | ||
| "JWT middleware Node.js", | ||
| "Node.js quick start", | ||
| "Node.js best practices", | ||
| "Node.js development tools", | ||
| "generate Node.js app structure", | ||
| "Node.js folder organization", | ||
| "custom Node.js structure", | ||
| "Node.js project configuration", | ||
| "Node.js scaffolding tool", | ||
| "Node.js", | ||
| "project setup", | ||
| "folder structure", | ||
| "boilerplate", | ||
| "express", | ||
| "mongoose", | ||
| "jwt", | ||
| "config" | ||
| ] | ||
| } |
+12
-3
| # Node Setup Wizard | ||
|  | ||
| [](https://nodejs.org/) | ||
|  | ||
| Quickly set up a structured Node.js project with a predefined folder structure and necessary configurations. | ||
|  | ||
| # create-node-structure | ||
| A CLI tool to quickly set up a structured Node.js project with a predefined folder structure and necessary configurations using just a few commands. | ||
| ## Installation | ||
@@ -94,4 +98,9 @@ | ||
| # Sample Project Structure | ||
|  | ||
| ## People | ||
@@ -98,0 +107,0 @@ |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
43897
153.56%6
20%115
8.49%6
20%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added