ThomasTJdev / nim_websitecreator

Nim fullstack website framework - deploy a website within minutes
https://nimwc.org
MIT License
176 stars 7 forks source link

Specify custom filename #64

Closed ThomasTJdev closed 5 years ago

ThomasTJdev commented 5 years ago

Specify the filename in the config.cfg and compile with nim c -o:customFilename nimwc.

This will allow the user to have multiple instance running and not having all named nimwc.

juancarlospaco commented 5 years ago

appname = "" So that can be reused on several places including Plugins. It can use a random string if left blank. :thinking:

ThomasTJdev commented 5 years ago

Agree 👍. Let's insert "nimwc" as standard? Maybe blank should not be accepted?

juancarlospaco commented 5 years ago

I agree :+1: