0.1.9 • Published 9 months ago

@naturescot/licensing-upload-utils v0.1.9

Weekly downloads
-
License
(MIT OR OGL-UK-3....
Repository
github
Last release
9 months ago

NatureScot Upload Utils

Utilities to support integration of Licensing services with the File Upload application

License

Unless stated otherwise, the codebase is released under the MIT License. The documentation is available under the terms of the Open Government Licence, Version 3.

Developer notes

To lint the code run

npm run lint

To run the unit tests run

npm run test

To debug the unit tests in VS Code, add this configuration to launch.json

      {
        "type": "node",
        "request": "launch",
        "name": "Debug AVA test file",
        "program": "${workspaceFolder}/node_modules/ava/entrypoints/cli.mjs",
        "args": [
          "${file}"
        ],
        "outputCapture": "std",
        "console": "integratedTerminal",
        "skipFiles": [
          "<node_internals>/**/*.js"
        ]
      }

Now, with a test file open, from the Debug menu run the Debug AVA test file configuration.

To build the code run

npm run build

To publish the package run

npm publish --access public
0.1.9

9 months ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago