@nyffels/mynodeorm
Advanced tools
Comparing version 1.0.0-alpha70 to 1.0.0-alpha71
@@ -35,6 +35,6 @@ #! /usr/bin/env node | ||
let workdir = process.cwd(); | ||
console.log(workdir); | ||
if (args.some(e => /^--workdir=*./.test(e))) { | ||
workdir = (_b = (_a = args.find(a => a.includes("--workdir="))) === null || _a === void 0 ? void 0 : _a.replace("--workdir=", "")) !== null && _b !== void 0 ? _b : ""; | ||
} | ||
console.log(`Working from ${workdir}.`); | ||
if (args.includes("--create-config-mysql")) { | ||
@@ -41,0 +41,0 @@ const fileLocationRaw = args.find(a => a.includes('--location=')); |
{ | ||
"name": "@nyffels/mynodeorm", | ||
"version": "1.0.0-alpha70", | ||
"version": "1.0.0-alpha71", | ||
"description": "A full-fledged ORM framework for NodeJS and MySQL with develop friendly code aimed to handle database migrations, MySQL Query builder / helper and property mapping.", | ||
@@ -5,0 +5,0 @@ "private": false, |
Sorry, the diff of this file is not supported yet
114830