Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 783 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 783 Bytes

Cider Plugin Template

This is a Cider Music plugin for generating and updating a text file that contains information on the currently playing song.

Installation

Assuming Cider is installed already:

  • Select the dropdown menu in the top-left
  • Settings > Advanced > Explore GitHub Plugins
  • Text Output Plugin
  • Install

Contributing

Development

Running in development mode will allow hot reloading on the build.

yarn start

Production

yarn build

Resources