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
yarn start
to run/test it
Run Code (as executable) / Test Locally
npm i -g
npx create-plasma-app
Publish/Deploy
Login as
plasmafhir
Increment version
npm publish
Last updated