https://github.com/nice-digital/artifact-spike-package
https://github.com/nice-digital/artifact-spike-package
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nice-digital/artifact-spike-package
- Owner: nice-digital
- Created: 2026-03-10T16:59:15.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-23T17:52:52.000Z (3 months ago)
- Last Synced: 2026-03-24T12:35:44.581Z (3 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# artifact-spike-package
Minimal internal npm package used for artifact registry spike work.
This repo exists to support tsting of:
- package publishing
- package installation/consumption
- versioning behaviour
- CI install/build flows
- private registry and upstream/proxy behaviour
This is not production code.
## Package details
Purpose:
- publish to candidate artifact registries.
- consume from a separate test consumer repo
- verify basic versioning and package resolution flows
## Local usage
Install dependencies:
- `npm ci` existing packages
- `npm i `
## Notes
This package is intentionally minimal.
It should remain small and simple unless the team decides to additional scenarios are required for the spike, such as:
- monorepo/workspace
- additional package ecosystems.