https://github.com/mindrones/nestauk-dap_dv_backends_utils
Copy of https://github.com/nestauk/dap_dv_backends_utils
https://github.com/mindrones/nestauk-dap_dv_backends_utils
Last synced: about 1 month ago
JSON representation
Copy of https://github.com/nestauk/dap_dv_backends_utils
- Host: GitHub
- URL: https://github.com/mindrones/nestauk-dap_dv_backends_utils
- Owner: mindrones
- License: mit
- Created: 2023-12-08T16:17:22.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-03-06T10:35:42.000Z (over 2 years ago)
- Last Synced: 2025-02-24T13:13:01.297Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 214 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# dap_dv_backends_utils
Utility library and utility scripts for the DAP data visualisation team's
backend services and general code.
## Installing the latest version
To install the latest version:
`npm install nestauk/dap_dv_backends_utils#release`
## Installing a specific version
To install a specific version (check the tagged version on the release branch):
`npm install nestauk/dap_dv_backends_utils#`
e.g.:
`npm install nestauk/dap_dv_backends_utils#v0.0.2`
## Installing a specific branch
To install a specific branch (useful for development):
`npm install nestauk/dap_dv_backends_utils#my_branch`
## Updating the installation
After installing from a branch (`release` or any other), the content of that branch can change, so if we need to update the installation with newer commits in that branch, we can use:
`npm update`