This commit is contained in:
Filip Rojek 2021-08-15 19:21:56 +02:00
parent 1382fdaea8
commit 575804833e
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "nork",
"version": "1.1.0",
"version": "1.1.1",
"description": "The best node.js 'framework' :)",
"main": "src/app.js",
"bin": "src/app.js",

View File

@ -77,6 +77,7 @@ const logHelp = (specific = false, command = false) => {
;(async () => {
if (process.argv[2] == 'create') {
// get info about new project
const data = {}
const questions = [
{
type: 'input',