UNPKG

1.37 kBJSONView Raw
1{
2 "create|screenbuilder": "Run `$ cd %s` to switch to your project directory and continue working there. Once in the project root, you can add a new view or connect to a data provider by running `$ appbuilder add-view` or `$ appbuilder add-dataprovider`, respectively.",
3
4 "create|*default": "Run `$ cd %s` to switch to your project directory and continue working there. Once in the project root, you can add a new view or connect to a data provider by running `$ appbuilder add-view` or `$ appbuilder add-dataprovider`, respectively.",
5
6 "add-about": "You can now add another view by running `$ appbuilder add-view`.",
7
8 "add-dataprovider": "You can now add authentication and authorization capabilities or add a list view by running `$ appbuilder add-authentication` or `$ appbuilder add-list`, respectively.",
9
10 "add-field": "You can now add another field by running `$ appbuilder add-field`.",
11
12 "add-form": "You can now add a field to this form by running `$ appbuilder add-field`.",
13
14 "add-view": "You can now add a data provider, a form, or an about page to your project by running `$ appbuilder add-dataprovider`, `$ appbuilder add-form`, or `$ appbuilder add-about`, respectively.",
15
16 "add-authentication": "You can now add another view by running `$ appbuilder add-view`.",
17
18 "add-list": "You can now add another view by running `$ appbuilder add-view`."
19}