mirror of
https://github.com/foss42/apidash.git
synced 2025-05-17 22:36:16 +08:00
Add images for Chocolatey packaging guide and update references in documentation
This commit is contained in:
BIN
doc/dev_guide/images/choco_chocolateyinstall_ps1.png
Normal file
BIN
doc/dev_guide/images/choco_chocolateyinstall_ps1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
BIN
doc/dev_guide/images/choco_create_structure.png
Normal file
BIN
doc/dev_guide/images/choco_create_structure.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 100 KiB |
BIN
doc/dev_guide/images/choco_nuspec.png
Normal file
BIN
doc/dev_guide/images/choco_nuspec.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 87 KiB |
BIN
doc/dev_guide/images/choco_shell_output.png
Normal file
BIN
doc/dev_guide/images/choco_shell_output.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 87 KiB |
@ -38,7 +38,7 @@ Run the following command to setup the base
|
||||
choco new --name="apidash" --version="0.3.0" maintainername="foss42" maintainerrepo="https://github.com/foss42/apidash" --built-in-template
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
This creates the following folder structure
|
||||
|
||||
@ -62,7 +62,7 @@ The files of our main interest are `chocolateyinstall.ps1` and `apidash.nuspec`.
|
||||
### Step 2: Editing `chocolateyinstall.ps1`
|
||||
|
||||
Take a look at `chocolateyinstall.ps1` file. There are many comments stating the use case of each line itself.
|
||||

|
||||

|
||||
|
||||
Comments can bre remoed using the following command.
|
||||
```powershell
|
||||
@ -75,7 +75,7 @@ Now our `chocolateyinstall.ps1` file is ready.
|
||||
|
||||
### Step 3: Editing `apidash.nuspec`
|
||||
|
||||

|
||||

|
||||
|
||||
### Step 4: Build the package
|
||||
|
||||
@ -95,7 +95,7 @@ choco install apidash -s .
|
||||
```
|
||||
Ensure the application installs correctly.
|
||||
|
||||

|
||||

|
||||
|
||||
### Step 6: Pre-Publishing - Update `LICENSE.txt` & `VERIFICATION.txt`
|
||||
|
||||
|
Reference in New Issue
Block a user