Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Gabriel Condori
/
model-generator-sequelize
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
feliking
2021-06-19 16:59:24 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b5f025b4f1d9cd1b32e1e21d1c8dc71ed682ac2b
b5f025b4
1 parent
a2df3834
Ajustes en archivos
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
lib/bin/spgen.js
lib/bin/spgen.js
View file @
b5f025b
...
...
@@ -64,9 +64,11 @@ if (process.argv.length === 2) { program.help(); }
if
(
program
.
templateName
===
undefined
)
{
console
.
warn
(
'\n********************************************************************************************\n'
+
'DEPRECIATION WARNING:\n'
+
'You should use either use -t or provide a template folder in your configuration.\n'
+
'Default value for template folder will be not provided to support future Sequelize versions.\n'
+
'Generando modelos v0.3.8:\n'
+
'Core rediseñado y modificado para sequelize.\n'
+
'Author: Felix Antonio Mamani Quispe.\n'
+
'Email: felixddxd@gmail.com.\n'
+
'Si encuentras bugs, reportalos con un correo electronico.\n'
+
'********************************************************************************************\n'
);
}
...
...
Please
register
or
login
to post a comment