@dvsa/appdev-api-common
v0.1.1
Published
Utils library for common API functionality
Downloads
212
Readme
app-dev-common
Common code used by the various serverless microservices withing AppDev systems, published as a NPM package.
Pre-requisites
- Node.js (Please see
.nvmrc
for 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.gz
and rename the executable inside the folder toscanrepo
- Add executable to path (usingecho $PATH
to 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.
In order to simplify the publishing step, each file must be exported from the index.ts
file.
Publishing
In order to see the output of what will be published, run the following command:
npm publish --dry-run
There are two ways in which this package can/should be published:
Requires manual version bump via the PR
- Upon merge into
main
branch, the package will be published via a GHA workflow.