Skip to content

Commit

Permalink
(GH-73) Fill in WIP for package creation
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Nov 27, 2020
1 parent 09f7691 commit c5d30ba
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions input/en-us/features/create-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,20 @@ Order: 40
xref: create-your-own-packages
Title: Create your own packages
Description: Information on how to create your own Chocolatey package
ShowInNavBar: false
ShowInSideBar: false
---

> :warning: **WARNING** This is a Work in Progress. Please check back later.
Out of the box, Chocolatey comes with the ability for you to create your own Chocolatey packages. At the heart of any Chocolatey package is [PowerShell](xref:packaging-for-the-masses) (the automation language for Windows), so anything that you can imagine can go into a Chocolatey Package. This means that you can create a package for:

- Installers
- Binaries
- Zips
- Scripts
- Anything

We have [comprehensive documentation](xref:package-creation) on how to get started creating your first package, but if you want to jump straight in, after [installing Chocolatey](xref:setup-choco), run the following command:

```powershell
choco new mypackage
```

And Chocolatey will create a package, using its built in [templating system](xref:create-custom-package-templates), that also walks you through the process for finalizing your package.
2 changes: 1 addition & 1 deletion input/en-us/guides/create/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Order: 20
xref: package-creation
xref: package-creation-guide
Title: Package Creation
Description: Information on how to create packages using Chocolatey
---

0 comments on commit c5d30ba

Please sign in to comment.