mas-piano-validator-cli

1.0.0 • Public • Published

MAS Piano Songs Validator (CLI)

Build Status

This repository contains the CLI application to validate the piano files used in the DDLC Mod "Monika After Story".

You can find the corresponding core library here.

Introduction

In MAS you can play the piano to Monika and, depending on how the songs are described, she reacts to the song played.

The mod recognizes all piano songs by parsing JSON formatted files.

This application allows you to validate the structure of the songs you are working on.

This project does not aim to check for the actual correctness of the song you are authoring.

Installation

Note: to use this CLI application, you have to have installed Node.js and a console you can run commands into. The minimum required version of Node.js is: 8 - codename "Carbon".

In your console, run the following command:

$ npm install -g mas-piano-validator-cli

Install animation

Usage

In your console, all the following commands print the help of the module:

  • $ mas-piano-validator-cli --help
  • $ mas-piano-validator --help
  • $ maspv -h

Usage animation

The command requires at least one path, but of course, you can specify more. Each path can point to a directory containing MAS's Piano songs (JSON format) or to a single JSON file.

Note: if you pass a directory, this application does recurse on sub-directories.

Related

Package Sidebar

Install

npm i mas-piano-validator-cli

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

9.61 kB

Total Files

8

Last publish

Collaborators

  • niktekusho