Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgl/liteide-chocolatey-package
liteide chocolatey package
https://github.com/rgl/liteide-chocolatey-package
chocolatey chocolatey-packages ide liteide
Last synced: 27 days ago
JSON representation
liteide chocolatey package
- Host: GitHub
- URL: https://github.com/rgl/liteide-chocolatey-package
- Owner: rgl
- Created: 2017-05-03T19:50:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-05T21:46:51.000Z (about 4 years ago)
- Last Synced: 2024-10-04T18:40:24.507Z (3 months ago)
- Topics: chocolatey, chocolatey-packages, ide, liteide
- Language: PowerShell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Latest version released](https://img.shields.io/chocolatey/v/liteide.svg)](https://chocolatey.org/packages/liteide)
[![Package downloads count](https://img.shields.io/chocolatey/dt/liteide.svg)](https://chocolatey.org/packages/liteide)This repository contains the [liteide chocolatey package](https://chocolatey.org/packages/liteide) source for the [LiteIDE](https://github.com/visualfc/liteide) application.
Run `choco pack` to create the chocolatey nuget package.
Run `choco install -y -source $pwd -f liteide` to install the package.
Run the following to publish the package to chocolatey.org:
```powershell
choco apikey -k API-KEY -source https://chocolatey.org/
choco push -source https://chocolatey.org/
```