Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (11 months ago)
- Default Branch: dev
- Last Pushed: 2024-03-06T10:35:42.000Z (8 months ago)
- Last Synced: 2024-03-06T11:44:49.772Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 214 KB
- Stars: 0
- Watchers: 1
- 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`