Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User CLI tools for more dynamic server startup #1

Open
EliCDavis opened this issue Sep 20, 2016 · 0 comments
Open

User CLI tools for more dynamic server startup #1

EliCDavis opened this issue Sep 20, 2016 · 0 comments

Comments

@EliCDavis
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant