0.0.9 • Published 1 year ago
create-meldrx-app v0.0.9
create-meldrx-app
CLI for bootstrapping a MeldRx app
Usage
npx create-meldrx-app my-app- Follow through the instructions. You will be asked some questions about your app.
Development
Run Code
npm run startto run/test it
Run Code (as executable) / Test Locally
npm i -gnpx create-meldrx-app --meldrx-app-id 123 --workspace-id 123 --app-directory test-dir
Publish/Deploy
- Increment version
npm run buildnpm publish