alex-saunders/npm-ui

Add a means of simulating the app being ran in another location in development mode

Open

#7 geöffnet am 5. Jan. 2018

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (11 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Bug or Feature?

Feature

Current Situation

Currently, when running the app in development mode, the app will read in project info (scripts, dependencies etc.) from this directory as it simply reads the closest package.json

Intended Change

It would be nice to be able to simulate the app being ran in another location/directory (passing the location as a parameter to npm run dev for example)

Contributor Guide