DevAssistant provides several assistants for Node.JS. If you run da
command from command line, projects are created in current working directory.
If you run da-gui
, you can specify directories where the projects will be created.
In order to create a basic application template, run:
$ da crt nodejs app -n <app_name>
In order to create a basic web template application with Express, run:
$ da crt nodejs express -n <app_name>