https://github.com/swisslife-oss/boost
https://github.com/swisslife-oss/boost
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/swisslife-oss/boost
- Owner: SwissLife-OSS
- License: mit
- Created: 2021-04-18T12:17:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T05:05:06.000Z (over 2 years ago)
- Last Synced: 2025-09-12T18:14:22.978Z (11 months ago)
- Language: C#
- Homepage:
- Size: 1.34 MB
- Stars: 16
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Boost

Boost is a [dotnet tool](https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools) to boost your developer experience.
> Project state: in Pre-Release
[](https://www.nuget.org/packages/Boost.Tool)
[](https://www.nuget.org/stats/packages/Boost.Tool?groupby=Version)
[](https://dev.azure.com/swisslife-oss/swisslife-oss/_build/latest?definitionId=39&branchName=refs%2Ftags%2F0.2.2)
## Installation
```bash
dotnet tool install --global Boost.Tool
```
> To install to latest pre-release use --version {version} argument.
```bash
dotnet tool install --global Boost.Tool --version 0.3.0-preview.1
```
## Getting started
Use the integrated help to see what boost can do
```
boo --help
```
Or just start the UI
```
boo ui
```
> Boost hast been tested mostly with Windows 10, Powershell core and Windows Terminal. Most features should also work with OSX or Ubuntu but have not been fully tested yet.
### Update global tool
```bash
dotnet tool update -g Boost.Tool
```
### Uninstall global tool
```bash
dotnet tool uninstall -g Boost.Tool
```
## Community
This project has adopted the code of conduct defined by the [Contributor Covenant](https://contributor-covenant.org/)
to clarify expected behavior in our community. For more information, see the [Swiss Life OSS Code of Conduct](https://swisslife-oss.github.io/coc).