Node.js

Node.js assistants

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.

Assistant for basic application

In order to create a basic application template, run:

$ da crt nodejs app -n <app_name>

Assistant for web application

In order to create a basic web template application with Express, run:

$ da crt nodejs express -n <app_name>