0.0.0 • Published 8 months ago
@dvsa/smc-encounter-schema v0.0.0
Encounter Schema
Schemas required for Encounter submission as well as custom validators
Developing
Pre-requisites
- Node.js (Please see
.nvmrcfor specific version) npm(If using n or nvm, this will be automatically managed)- Security
- Git secrets
- ScanRepo
- Unzip
repo-security-scanner_<version>_Darwin_<architercture>.tar.gzand rename the executable inside the folder toscanrepo- Add executable to path (usingecho $PATHto find your path)
- Unzip
Getting started
Run the following command after cloning the project
npm install(ornpm i)
The code that will be published lives inside the ./src directory.
To simplify the publishing step, each file must be exported from the index.ts file.
Publishing
To see the output of what will be published, run the following command:
npm publish --dry-run0.0.0
8 months ago