Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Command Line Interface #11

Open
1 of 2 tasks
PhearZero opened this issue Sep 8, 2019 · 0 comments
Open
1 of 2 tasks

Command Line Interface #11

PhearZero opened this issue Sep 8, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@PhearZero
Copy link
Contributor

PhearZero commented Sep 8, 2019

🚀 Feature Proposal

Add a Command Line Interface to Hospital Run

Motivation

We should have a standard interface between the Core, Frontend and Backend developers. Any module that exports a bin: {} configuration will be lazy loaded into the main cli if it has been installed.

Example

#Install cli
npm install @hospitalrun-org/cli @hospitalrun-org/frontend --save-dev
# Start the frontend
npx hospitalrun start  # Should fail if frontend is not installed

npm install @hospitalrun-org/server --save-dev
# Start the backend 
npx hospitalrun server start # Should fail if server is not installed

Issues

@PhearZero PhearZero added the enhancement New feature or request label Sep 8, 2019
@stale stale bot added the wontfix This will not be worked on label Nov 7, 2019
@matteovivona matteovivona removed the wontfix This will not be worked on label Nov 12, 2019
@HospitalRun HospitalRun deleted a comment from stale bot Jan 14, 2020
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants