Skip to content
asl-dictionary / 2.1.0

asl-dictionary 2.1.0

Install from the command line:
Learn more about npm packages
$ npm install @ukhomeoffice/asl-dictionary@2.1.0
Install via package.json:
"@ukhomeoffice/asl-dictionary": "2.1.0"

About this version

asl-dictionary

Expansions of acronyms commonly used in ASL projects

Usage

Authenticate with GitHub packages

Install the package:

npm install @ukhomeoffice/asl-dictionary --save-prod

Import as necessary:

const dictionary = require('@ukhomeoffice/asl-dictionary');
console.log(dictionary.NACWO);

result:

Named Animal Care and Welfare Officer

Publishing

This is automatically published to the GitHub packages npm repository using GitHub Actions.

When opening a pull request add a label major, minor or patch (or skip-release) and the version field in package.json will be updated by the pipeline using npm version.

It is published once the pull request is merged if there is no skip-release label on the pull request, the SHA is also tagged with the SemVer value at that point.

Details


Assets

  • asl-dictionary-2.1.0.tgz

Download activity

  • Total downloads 2,504
  • Last 30 days 466
  • Last week 79
  • Today 2

Recent versions

View all