express-boilerplate-gen
Advanced tools
Comparing version 1.0.1 to 1.0.2
const fs = require('fs'); | ||
const path = require('path'); | ||
const args = process.argv; | ||
@@ -34,5 +35,6 @@ | ||
var root = '/'; | ||
var port = 3000; | ||
var public = 'public'; | ||
var app = 'app.js'; | ||
var public = 'public'; | ||
@@ -39,0 +41,0 @@ if (args.includes('-p')) { |
{ | ||
"name": "express-boilerplate-gen", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Generates a default express project", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,3 +8,3 @@ # node-express-boilerplate-gen | ||
# Arguments | ||
**format:** `express-gen -port [port] -d [dir] -n [file]` | ||
**format:** `express-gen -p [port] -d [dir] -n [file]` | ||
+ **-p [port]** | ||
@@ -11,0 +11,0 @@ + The port which your express server will use (default: 3000) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
3864
46