https://github.com/single-spa/action-build-global-script-deps
A github action for building global script dependencies to be hosted on a CDN
https://github.com/single-spa/action-build-global-script-deps
Last synced: 10 months ago
JSON representation
A github action for building global script dependencies to be hosted on a CDN
- Host: GitHub
- URL: https://github.com/single-spa/action-build-global-script-deps
- Owner: single-spa
- License: mit
- Created: 2024-11-10T22:44:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-19T20:25:40.000Z (about 1 year ago)
- Last Synced: 2025-07-03T19:08:40.229Z (about 1 year ago)
- Language: JavaScript
- Size: 296 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# action-build-import-map-microfrontend-deps
Github action for building import-map-microfrontend-deps
## Usage
Add a `uses: single-spa/action-build-global-script-deps@v1` step to your Github workflow
## Inputs
See [action.yml](/action.yml) for a list of all required and optional inputs
## Example
```yml
- name: Build Global Script Dependencies
uses: single-spa/action-build-global-script-deps@v1
with:
global-scripts: global-scripts.json
output-folder: dist
```