FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
.github/cast/java-23-quickstart.asc at main · java-cli-apps/.github · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
java-cli-apps
/
.github
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
.github
/
cast
/
java-23-quickstart.asc
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
33 lines (19 loc) · 673 Bytes
Breadcrumbs
.github
/
cast
/
java-23-quickstart.asc
Copy path
File metadata and controls
executable file
·
33 lines (19 loc) · 673 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
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#!
/usr/bin/env bash
#
Définir votre utilisateur GitHub
read
-p
"
Entrer votre utilisateur GitHub:
"
user
#
Définir le nom du dépot à créer
repo=java-23-cli-
$RANDOM
#
Créer une application java-23-cli-XXXX à partir du template https://github.com/java-cli-apps/java-23-quickstart
gh repo create
${repo}
--public --template git@github.com:java-cli-apps/java-23-quickstart.git
#
Cloner le dépot java-23-cli-XXXX
cd
/tmp
gh repo clone git@github.com:
${user}
/
${repo}
cd
${repo}
tree
#
Définir le nom de l'application
export
APP_NAME=Java23Cli
#
Tester l'application
make
test
#
Packager l'application
make package
unzip -l build/distributions/Java23Cli.zip
Back
|
FazBrowse Home
|
New Git URL