derbysoft-types
v1.0.1
Published
A package for Derbysoft APIs types
Downloads
1
Readme
A Package for Derbysoft Types
This package contains typescript listings for Derbysoft's APIs (Go and Content APIs)
Setup
Set the NPM_TOKEN
environment variable to a valid Simard NPM token.
Run npm install
to install dependencies.
You can include a .env
file to set the NPM_TOKEN
for use in scripts only.
In a CI environment this needs to be set as an environment variable.
Scripts
Run npm run publish:patch
or npm run publish:nopatch
to publish the package to npm with or without version patching respectively.
Supplementary scripts are provided to build
, clean
, lint
or bump package version