FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
generator-angular-fullstack/docs/scripts/fetch.sh at canary · angular-fullstack/generator-angular-fullstack · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Jul 29, 2026. It is now read-only.
angular-fullstack
/
generator-angular-fullstack
Public archive
Notifications
You must be signed in to change notification settings
Fork
1.2k
Star
6.1k
Code
Issues
243
Pull requests
14
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
generator-angular-fullstack
/
docs
/
scripts
/
fetch.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (11 loc) · 581 Bytes
Breadcrumbs
generator-angular-fullstack
/
docs
/
scripts
/
fetch.sh
Copy path
File metadata and controls
14 lines (11 loc) · 581 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!
/bin/bash
set
-e
#
Exit with nonzero exit code if anything fails
rm -rf ./generated
mkdir -p ./generated/loaders
cp -rf ./content/loaders/ ./generated/loaders
mkdir -p ./generated/plugins
cp -rf ./content/plugins/ ./generated/plugins
#
Fetches github.com/webpack/*-loader repositories
./scripts/fetch_package_names.js
"
-loader
"
|
./scripts/fetch_package_files.js
"
README.md
"
"
./generated/loaders
"
#
Fetches github.com/webpack/*-webpack-plugin repositories
./scripts/fetch_package_names.js
"
-webpack-plugin
"
|
./scripts/fetch_package_files.js
"
README.md
"
"
./generated/plugins
"
Back
|
FazBrowse Home
|
New Git URL