Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/
```