UNPKG

547 BPlain TextView Raw
1Usage:
2 trainjs [trainjs_options]
3 trainjs new APP_PATH [options]
4
5Trainjs Options:
6 -h, [--help] # Show this help message and quit
7 -v, [--version] # Show Train version number and quit
8
9Description:
10 The 'trainjs new' command creates a new Train application with a default
11 directory structure and configuration at the path you specify.
12
13Example:
14 trainjs new ~/trainjs_project/myapp
15
16 This generates a skeletal Train installation in ~/trainjs_project/myapp.
17 See the README in the newly created application to get going.