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-appFollow through the instructions. You will be asked some questions about your app.
Development
Run Code
yarn startto run/test it
Run Code (as executable) / Test Locally
npm i -gnpx create-plasma-app
Publish/Deploy
Login as
plasmafhirIncrement version
npm publish
Last updated