https://github.com/berquerant/pneutrinoutil
My NEUTRIONO utilities.
https://github.com/berquerant/pneutrinoutil
ansible go
Last synced: about 1 year ago
JSON representation
My NEUTRIONO utilities.
- Host: GitHub
- URL: https://github.com/berquerant/pneutrinoutil
- Owner: berquerant
- Created: 2023-09-03T14:17:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-01T16:42:48.000Z (about 1 year ago)
- Last Synced: 2025-05-01T16:43:10.221Z (about 1 year ago)
- Topics: ansible, go
- Language: Go
- Homepage:
- Size: 302 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/berquerant/pneutrinoutil)
# pneutrionoutil
My [NEUTRIONO](https://studio-neutrino.com/) utilities.
# Usage
## CLI
``` shell
./dist/pneutrinoutil --score /path/to/some.musicxml
```
## HTTP server
``` shell
./task start
```
[Swagger is available](http://localhost:9101/v1/swagger/index.html).
# Requirements
- macOS
- Go
- [uv](https://github.com/astral-sh/uv)
- [direnv](https://github.com/direnv/direnv)
- Docker
- AWS CLI
# Installation
Prepare libraries.
``` shell
uv sync
go mod download
```
Download NEUTRINO and singer libraries, and build pneutrinoutil.
``` shell
./task ansible
```