You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
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
🚀 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
Issues
CLI repository Organization Repository Acceptance #16The text was updated successfully, but these errors were encountered: