1.0.3 • Published 1 year ago
@sussex-occ/sid-demographics v1.0.3
SID Import Tools
This project contains a command line tool sid-import that can be used to import data into SID.
Installation
> npm install @sussex-occ/sid-import-tools -gYou will need to supply database configuration in the environment.
Run the tool
> sid-import helpDevelopment
git clone https://github.com/Sussex-OCC/sid-import-tools.git
cd sid-import-tools
npm i
npm run devThis starts esbuild in watch mode that compiles the typescript into the /dist folder. Every time a source file is updated, esbuild will automatically re-compile.
To run in development,