Skip to content

User CLI tools for more dynamic server startup #1

@EliCDavis

Description

@EliCDavis

Problem

Currently to start the server the user calls
npm start
To get things going which looks inside of the config file for looking at which client to use.

Request

It would be nice to create a command line interface using npm global packages.

Example

juke client "C:\dev\projects\Juke\Client\dist" port 80

This would start the server using the that directory as the client and host it on port 80 of the computer.

Alternative Request

The same thing except not a global npm package, but juke some file we can call that pass in the same parameters to make development easier.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions