create-plasma-app
v0.0.49
Published
Create a new Plasma app
Readme
create-plasma-app
CLI for generating a PlasmaFHIR app. This is the recommended way to create a new PlasmaFHIR application.
Usage
npx create-plasma-app my-app- Follow through the instructions. You will be asked some questions about your app.
Development
Run Code
npm run startto run/test itnpm run start ./my-plasma-app-01
Run Code (as executable) / Test Locally
npm i -gnpx create-plasma-app
Publish/Deploy
- Increment version
npm run buildnpm publish
Instructions
Backend App
- After creating an app from the Backend template, do the following:
- Add an
.npmrcfile with an access token for the private packages - Add your Epic private key somewhere
- Update
config.tsto reference your private key and client ID - Run
npm install
- Add an
