LearnNewsExamplesServices
Frontmatter
id1906
titlecreate-app program: apps.json => order the apps chronologically
stateClosed
labels
enhancement
assigneestobiu
createdAtApr 30, 2021, 1:21 PM
updatedAtApr 30, 2021, 1:34 PM
githubUrlhttps://github.com/neomjs/neo/issues/1906
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 30, 2021, 1:34 PM

create-app program: apps.json => order the apps chronologically

Closed v8.1.0 enhancement
tobiu
tobiu commented on Apr 30, 2021, 1:21 PM

a bit tricky, since we are using nested objects:

"apps": {
    "Covid": {
        "input": "./apps/covid/app.mjs",
        "mainThreadAddons": "'AmCharts', 'DragDrop', 'MapboxGL', 'Stylesheet'",
        "output": "/apps/covid/",
        "themes": "'neo-theme-dark', 'neo-theme-light'",
        "title": "COVID-19 IN NUMBERS"
    },
    "RealWorld": {
        "indexPath": "apps/realworld/index.ejs",
        "input": "./apps/realworld/app.mjs",
        "mainThreadAddons": "'LocalStorage', 'Markdown'",
        "output": "/apps/realworld/",
        "themes": "",
        "title": "Conduit"
    }
}

definitely nicer to not append new apps to the end.

tobiu added the enhancement label on Apr 30, 2021, 1:21 PM
tobiu assigned to @tobiu on Apr 30, 2021, 1:21 PM
tobiu referenced in commit fe1e7a7 - "create-app program: apps.json => order the apps chronologically #1906" on Apr 30, 2021, 1:22 PM
tobiu closed this issue on Apr 30, 2021, 1:34 PM